Skip to content

Commit

Permalink
fix #1401 (#1402)
Browse files Browse the repository at this point in the history
* As a first test change the mac version

* Add a remark to revert the runs-on

* Set Runs-on to macos-13
  • Loading branch information
PaulJonasJost authored May 15, 2024
1 parent 1206dc0 commit 63c5662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
file: ./coverage.xml

mac:
runs-on: macos-latest
runs-on: macos-13 # TODO: change to macos-latest after the next release
strategy:
matrix:
python-version: ['3.12']
Expand Down

0 comments on commit 63c5662

Please sign in to comment.