Skip to content

Commit

Permalink
Added macos-13 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Jun 15, 2024
1 parent 6e8bd47 commit 80a9d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-14, macos-13]
runs-on: ${{ matrix.os }}
steps:
- if: ${{ startsWith(matrix.os, 'windows') }}
Expand Down

0 comments on commit 80a9d73

Please sign in to comment.