Skip to content

Commit

Permalink
Merge pull request #2262 from billhollings/update-github-ci
Browse files Browse the repository at this point in the history
Update Github CI versions.
  • Loading branch information
billhollings committed Jul 3, 2024
2 parents 94f5ff8 + 12d349c commit 6aa713d
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,19 @@ jobs:
build:
strategy:
matrix:
xcode: [ "15.0" ]
# Primary build on latest macOS and its default Xcode version
os: [ "macos-latest" ]
platform: [ "all", "macos", "ios" ]
os: [ "macos-13" ]
upload_artifacts: [ true ]
select_xcode: [ false ]

# Legacy configurations
# Legacy build. Up to 3 versions behind latest (or beta).
include:
- xcode: "12.5.1"
- os: "macos-12"
xcode: "13.4.1"
platform: "macos"
os: "macos-11"
upload_artifacts: false
select_xcode: true
fail-fast: false

name: 'MoltenVK (Xcode ${{ matrix.xcode }} - ${{ matrix.platform }})'
Expand All @@ -44,7 +46,11 @@ jobs:
with:
python-version: '3.11'

- name: List available Xcode versions
run: ls /Applications | grep Xcode

- name: Select Xcode version
if: matrix.select_xcode == true
run: sudo xcode-select -switch "${XCODE_DEV_PATH}"

- name: Prep
Expand Down

0 comments on commit 6aa713d

Please sign in to comment.