Skip to content

Commit

Permalink
update macos target
Browse files Browse the repository at this point in the history
  • Loading branch information
dmail committed Dec 20, 2024
1 parent 729e4f9 commit 7392f8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_eslint_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# https://github.com/actions/runner-images
os:
- ubuntu-22.04
- macos-12 # until https://github.com/microsoft/playwright/issues/30585
- macos-14 # might cause https://github.com/microsoft/playwright/issues/30585
- windows-2022
node: [22.11.0]
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_test_workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
# https://github.com/actions/runner-images
os:
- ubuntu-22.04
- macos-12 # until https://github.com/microsoft/playwright/issues/30585
- macos-14 # might cause https://github.com/microsoft/playwright/issues/30585
- windows-2022
node: [22.11.0]
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 7392f8b

Please sign in to comment.