Skip to content

Commit

Permalink
updated to macos-13 actions runner image
Browse files Browse the repository at this point in the history
  • Loading branch information
RRosio committed Nov 6, 2024
1 parent 2e32db0 commit 0305994
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, macos-12]
os: [ubuntu-22.04, macos-13]
group: [notebook, base, services]
exclude:
- group: services
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playwright.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-22.04, macos-12]
os: [ubuntu-22.04, macos-13]
python-version: [ '3.7', '3.8', '3.9', '3.10']
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, macos-12, windows-2022]
os: [ubuntu-22.04, macos-13, windows-2022]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]

steps:
Expand Down

0 comments on commit 0305994

Please sign in to comment.