Skip to content

Commit

Permalink
more explicit versions in macos matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
pramsey committed Oct 28, 2024
1 parent 9edcd7b commit 4dc7242
Showing 1 changed file with 17 additions and 11 deletions.
28 changes: 17 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -377,18 +377,24 @@ jobs:
name: 'macOS clang'
strategy:
matrix:
xcode: [12.4, 13.2.1]
cxxstd: [14]
build_type: ['ASAN']
include:
- xcode: 13.2.1
cxxstd: 17
build_type: Debug
- xcode: 13.2.1
cxxstd: 20
build_type: Debug

runs-on: macos-latest
- xcode: 13.2.1
cxxstd: 14
build_type: ASAN
runs_on: macos-12
- xcode: 14.3.1
cxxstd: 17
build_type: ASAN
runs_on: macos-13
- xcode: 15.4
cxxstd: 20
build_type: Release
runs_on: macOS-14
- xcode: 16.0
cxxstd: 20
build_type: Release
runs_on: macOS-15

steps:

- name: 'Setup'
Expand Down

0 comments on commit 4dc7242

Please sign in to comment.