Skip to content

Commit

Permalink
Update MacOS, XCode, and Artifact versions
Browse files Browse the repository at this point in the history
Updated MacOS from "latest" to 13, added XCode version information, and
changed Artifact versions from 1 to 4.

(cherry picked from commit 9c40a6f)
  • Loading branch information
snowfarthing authored and wdolinar committed Oct 31, 2024
1 parent df36695 commit 395d417
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/XmsExtractor-CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [macos-latest]
platform: [macos-13]
python-version: ['3.10']
build_type: [Release, Debug]

Expand Down Expand Up @@ -73,6 +73,10 @@ jobs:
RELEASE_PYTHON: 'False'

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 395d417

Please sign in to comment.