Skip to content

Commit

Permalink
macos 12 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
dmail committed Aug 14, 2024
1 parent 8bc4c80 commit b462205
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/ci_eslint_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@ jobs:
test:
strategy:
matrix:
os: [ubuntu-22.04, macos-14, windows-2022] # https://github.com/actions/runner-images
# https://github.com/actions/runner-images
os:
- ubuntu-22.04
- macos-12 # until https://github.com/microsoft/playwright/issues/30585
- windows-2022
node: [22.3.0]
runs-on: ${{ matrix.os }}
name: test on ${{ matrix.os }} and node ${{ matrix.node }}
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/ci_test_workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@ jobs:
test:
strategy:
matrix:
os: [ubuntu-22.04, macos-14, windows-2022] # https://github.com/actions/runner-images
# https://github.com/actions/runner-images
os:
- ubuntu-22.04
- macos-12 # until https://github.com/microsoft/playwright/issues/30585
- windows-2022
node: [22.3.0]
runs-on: ${{ matrix.os }}
name: test on ${{ matrix.os }} and node ${{ matrix.node }}
Expand Down

0 comments on commit b462205

Please sign in to comment.