Skip to content

Commit

Permalink
gh-actions macos: xcode 14.3.1 is no longer available, switch to maco…
Browse files Browse the repository at this point in the history
…s-15 to test xcode 16.0
  • Loading branch information
mr-c committed Nov 22, 2024
1 parent e0cc5f4 commit 39f0424
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -750,6 +750,7 @@ jobs:
# https://github.com/actions/runner-images/blob/main/images/macos/macos-12-Readme.md#xcode
# https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md#xcode
# https://github.com/actions/runner-images/blob/main/images/macos/macos-14-arm64-Readme.md#xcode
# https://github.com/actions/runner-images/blob/main/images/macos/macos-15-arm64-Readme.md#xcode
# https://trac.macports.org/wiki/XcodeVersionInfo
include:
- xcode: "13.1"
Expand All @@ -773,11 +774,6 @@ jobs:
- xcode: "15.2"
os: macos-13
arch_flags: -Wno-poison-system-directories # due to meson test
- xcode: "14.3.1"
os: macos-14 # arm64
arch_flags: -march=native -Wno-poison-system-directories
# "-Wno-poison-system-directories": due to meson test
# "-march=native": without, or with -mcpu=apple-m1 then unavailable __ARM_FEATURE_s get enabled
- xcode: "15.2"
os: macos-14 # arm64
arch_flags: -march=native -Wno-poison-system-directories
Expand All @@ -794,7 +790,7 @@ jobs:
# "-Wno-poison-system-directories": due to meson test
# "-march=native": without, or with -mcpu=apple-m1 then unavailable __ARM_FEATURE_s get enabled
- xcode: "16.0"
os: macos-14 # arm64
os: macos-15 # arm64
arch_flags: -march=native -Wno-poison-system-directories
# "-Wno-poison-system-directories": due to meson test
# "-march=native": without, or with -mcpu=apple-m1 then unavailable __ARM_FEATURE_s get enabled
Expand Down

0 comments on commit 39f0424

Please sign in to comment.