Skip to content

Commit

Permalink
Add macos-14 to macos CI (#2619)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanak committed Mar 15, 2024
1 parent 6f6e160 commit 24d25b3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,12 @@ permissions:
jobs:
build:
name: macos
runs-on: macos-latest
runs-on: ${{ matrix.os }}

strategy:
fail-fast: false
matrix:
os: [macos-latest, macos-14]

steps:
- name: Checkout repository
Expand Down

0 comments on commit 24d25b3

Please sign in to comment.