Skip to content

Commit

Permalink
Update clang steps to get CI passing
Browse files Browse the repository at this point in the history
  • Loading branch information
gagelarsen authored Jul 22, 2024
1 parent 3a8edfb commit 0b6c217
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/XmsCore-CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [macos-latest]
platform: [macos-13]
python-version: ['3.10']
build_type: [Release, Debug]

Expand All @@ -76,7 +76,11 @@ jobs:
PYTHON_TARGET_VERSION: ${{ matrix.python-version }}
RELEASE_PYTHON: 'False'

steps:
steps:
# Get Correct Version of Xcode
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 14.3.1
# Checkout Sources
- name: Checkout Source
uses: actions/checkout@v2
Expand Down

0 comments on commit 0b6c217

Please sign in to comment.