Skip to content

Commit

Permalink
workflows/tests: add macos-14
Browse files Browse the repository at this point in the history
  • Loading branch information
bayandin committed Jan 30, 2024
1 parent 5a6b14f commit 42ce3b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, macos-13, macos-13-arm64]
os: [ubuntu-22.04, macos-13, macos-14]
runs-on: ${{ matrix.os }}
steps:
- uses: jlumbroso/free-disk-space@v1.3.0
Expand Down

0 comments on commit 42ce3b9

Please sign in to comment.