Skip to content

Commit

Permalink
Use latest macOS runner for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
austinmatherne-wk committed Sep 3, 2024
1 parent fe3f78f commit 1cc3eb9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os:
- macos-12
- macos-14
- ubuntu-24.04
- windows-2022
node-version:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/puppeteer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
os:
- macos-12
- macos-14
- ubuntu-24.04
- windows-2022
node-version:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os:
- macos-12
- macos-14
- ubuntu-24.04
- windows-2022
python-version:
Expand Down

0 comments on commit 1cc3eb9

Please sign in to comment.