Skip to content

Commit

Permalink
Merge pull request #493 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 1bfd8e9 + c0d561a commit 58019e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/head-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-13]
python-version: ['3.11']

steps:
Expand Down

0 comments on commit 58019e9

Please sign in to comment.