Skip to content

Commit

Permalink
CI: replace macos-11/xcode 13.2.1 config by ARM64 M1/xcode 14.3 (#1042)
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault authored Feb 8, 2024
1 parent 4de45fe commit 611b69a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -397,15 +397,19 @@ jobs:
xcode: [11.7, 12.4, 13.2.1]
cxxstd: [14]
build_type: ['ASAN']
runs_on: ['macos-11']
include:
- xcode: 13.2.1
cxxstd: 17
build_type: Debug
- xcode: 13.2.1
runs_on: macos-11
# arm64 build
- xcode: 14.3
cxxstd: 20
build_type: Debug
build_type: Release
runs_on: macOS-14

runs-on: macos-11
runs-on: ${{ matrix.runs_on }}
steps:

- name: 'Setup'
Expand Down

0 comments on commit 611b69a

Please sign in to comment.