Skip to content

Commit

Permalink
Update Github CI versions.
Browse files Browse the repository at this point in the history
- Use latest macOS and default Xcode versions for primary CI environment.
- Github CI no longer supports macOS 11.
  Update legacy CI to macOS 12 and Xcode 13.4.1.
  • Loading branch information
billhollings committed Jul 3, 2024
1 parent 94f5ff8 commit e8fd99b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ 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 ]

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

name: 'MoltenVK (Xcode ${{ matrix.xcode }} - ${{ matrix.platform }})'
Expand Down

0 comments on commit e8fd99b

Please sign in to comment.