We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
macos-15-xlarge
1 parent 837d6aa commit 0ee6a97Copy full SHA for 0ee6a97
.github/workflows/lintBuildTest.yml
@@ -8,7 +8,7 @@ on:
8
jobs:
9
install:
10
timeout-minutes: 60
11
- runs-on: macos-14
+ runs-on: macos-15-xlarge
12
steps:
13
- uses: actions/checkout@v4
14
- uses: actions/setup-node@v4
@@ -26,7 +26,7 @@ jobs:
26
run: npm install
27
ci:
28
timeout-minutes: 5
29
30
needs: install
31
32
@@ -51,7 +51,7 @@ jobs:
51
playwright:
52
name: Playwright (${{ matrix.browser }})
53
timeout-minutes: 20
54
55
56
strategy:
57
fail-fast: false
0 commit comments