Skip to content

Commit

Permalink
TESTS: to run on macos-13
Browse files Browse the repository at this point in the history
macos-latest and macos-14 are both M1 only but macos-13 is still intel
  • Loading branch information
peircej committed Jul 4, 2024
1 parent 65d2c4b commit 831c50e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-11, ubuntu-latest]
os: [macos-13, ubuntu-latest]
python-version: ['3.8', '3.10']

steps:
Expand Down

0 comments on commit 831c50e

Please sign in to comment.