Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippRados authored May 3, 2024
1 parent fe0cfeb commit 1fd1efd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
# have to use macos-13 because newer versions are arm-based
os: [ubuntu-latest, macos-13]

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 1fd1efd

Please sign in to comment.