Skip to content

Commit

Permalink
Add macOS 14 to the matrix of supported operating systems
Browse files Browse the repository at this point in the history
  • Loading branch information
yousiki committed Feb 18, 2024
1 parent cef7ca5 commit 2eb3dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-latest, macos-14]
environment: cachix
steps:
- uses: actions/checkout@main
Expand Down

0 comments on commit 2eb3dfd

Please sign in to comment.