Skip to content

Commit

Permalink
CI: Update MacOS runners
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaston committed Jun 20, 2024
1 parent 108e599 commit 24ae447
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -394,17 +394,17 @@ jobs:
name: 'macOS clang'
strategy:
matrix:
xcode: [11.7, 12.4, 13.2.1]
cxxstd: [14]
build_type: ['ASAN']
runs_on: ['macos-11']
include:
- xcode: 13.2.1
cxxstd: 14
build_type: ASAN
runs_on: macos-12
- xcode: 14.3.1
cxxstd: 17
build_type: Debug
runs_on: macos-11
runs_on: macos-13
# arm64 build
- xcode: 14.3
- xcode: 15.4
cxxstd: 20
build_type: Release
runs_on: macOS-14
Expand Down

0 comments on commit 24ae447

Please sign in to comment.