Skip to content

Commit

Permalink
Update to MacOS 12 GH runners
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosBergillos committed Jul 13, 2024
1 parent f56d773 commit 45cd0ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, windows-2019, macos-11]
os: [ubuntu-20.04, windows-2019, macos-12]

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, windows-2019, macOS-10.15]
os: [ubuntu-20.04, windows-2019, macos-12]

steps:
- name: Checkout
Expand Down

0 comments on commit 45cd0ee

Please sign in to comment.