We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc31303 + 8ca51a5 commit dcac19bCopy full SHA for dcac19b
.github/workflows/build-and-e2e-test.yml
@@ -22,12 +22,12 @@ jobs:
22
strategy:
23
fail-fast: false
24
matrix:
25
- os: [ubuntu-latest, macos-latest, windows-latest]
+ os: [ubuntu-latest, macos-13, windows-latest]
26
include:
27
- os: ubuntu-latest
28
# https://github.com/microsoft/playwright/issues/11932
29
E2E: xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- yarn test:e2e:ci
30
- - os: macos-latest
+ - os: macos-13
31
E2E: yarn test:e2e:ci
32
- os: windows-latest
33
0 commit comments