Skip to content

Commit

Permalink
SanderMertens#1135 ci: Add some macOS-14 jobs on Apple Silicon
Browse files Browse the repository at this point in the history
`macos-latest` is currently `macos-12`. `macos-14` will become
`macos-latest` in some months. `macos-14` runs exclusively on
Apple Silicon hardware.
  • Loading branch information
waywardmonkeys authored Feb 2, 2024
1 parent 2cf328a commit f3fcdfd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macOS-latest ]
os: [ ubuntu-latest, macOS-latest, macOS-14 ]

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -474,7 +474,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macOS-latest ]
os: [ ubuntu-latest, macOS-latest, macOS-14 ]

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -570,6 +570,7 @@ jobs:
- { version: macOS-11, xcode: '13.0' }
- { version: macOS-12, xcode: '13.1' }
- { version: macOS-12, xcode: '14.0' }
- { version: macOS-14, xcode: '15.2' }

env:
CC: clang
Expand Down Expand Up @@ -815,7 +816,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macOS-latest ]
os: [ ubuntu-latest, macOS-latest, macOS-14 ]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit f3fcdfd

Please sign in to comment.