Skip to content

Commit dcac19b

Browse files
authored
Merge pull request #2600 from opossum-tool/chore-experiment-with-macos-runners
chore: improve github macos runner performance
2 parents dc31303 + 8ca51a5 commit dcac19b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-e2e-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
os: [ubuntu-latest, macos-latest, windows-latest]
25+
os: [ubuntu-latest, macos-13, windows-latest]
2626
include:
2727
- os: ubuntu-latest
2828
# https://github.com/microsoft/playwright/issues/11932
2929
E2E: xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- yarn test:e2e:ci
30-
- os: macos-latest
30+
- os: macos-13
3131
E2E: yarn test:e2e:ci
3232
- os: windows-latest
3333
E2E: yarn test:e2e:ci

0 commit comments

Comments
 (0)