Skip to content

Commit

Permalink
ci: macos label should be macos-12, not macos-12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Apr 26, 2024
1 parent 2b87ef0 commit a88f0cc
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.0]
os: [ubuntu-22.04, macos-12]
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.0]
os: [ubuntu-22.04, macos-12]
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.0, windows-2022]
os: [ubuntu-22.04, macos-12, windows-2022]
python-version: ["3.7", "3.8", "3.9", "3.10"]
steps:
- name: Checkout
Expand Down

0 comments on commit a88f0cc

Please sign in to comment.