Skip to content

Commit

Permalink
Merge pull request #69 from scikit-hep/all-repos_autofix_all-repos-sed
Browse files Browse the repository at this point in the history
ci: macos-latest is changing to macos-14 ARM runners
  • Loading branch information
jonas-eschle authored Apr 24, 2024
2 parents 59fc543 + e320803 commit bdd96e8
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 @@ -30,7 +30,7 @@ jobs:
fail-fast: false
matrix:
python-version: [3.7, 3.9]
runs-on: [ubuntu-latest, macos-latest, windows-latest]
runs-on: [ubuntu-latest, macos-13, windows-latest]

include:
- python-version: pypy-3.7
Expand Down

0 comments on commit bdd96e8

Please sign in to comment.