File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1212 # Prevents changesets action from creating a PR on forks
1313 if : github.repository == 'modernweb-dev/web'
1414 name : Pre-release
15- runs-on : ubuntu-latest
15+ runs-on : ubuntu-22.04
1616 steps :
1717 - name : Checkout Repo
1818 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 99 linux :
1010 timeout-minutes : 30
1111 name : Linux
12- runs-on : ubuntu-latest
12+ runs-on : ubuntu-22.04
1313
1414 steps :
1515 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1111 # Prevents changesets action from creating a PR on forks
1212 if : github.repository == 'modernweb-dev/web'
1313 name : Release
14- runs-on : ubuntu-latest
14+ runs-on : ubuntu-22.04
1515 steps :
1616 - name : Checkout Repo
1717 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 99 verify-linux :
1010 timeout-minutes : 30
1111 name : Linux
12- runs-on : ubuntu-latest
12+ runs-on : ubuntu-22.04
1313
1414 steps :
1515 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 99 verify-linux :
1010 timeout-minutes : 30
1111 name : Linux
12- runs-on : ubuntu-latest
12+ runs-on : ubuntu-22.04
1313 strategy :
1414 matrix :
1515 node-version :
Original file line number Diff line number Diff line change 66 verify-storybook-builder-linux :
77 timeout-minutes : 60
88 name : Linux
9- runs-on : ubuntu-latest
9+ runs-on : ubuntu-22.04
1010 steps :
1111 - uses : actions/checkout@v4
1212
You can’t perform that action at this time.
0 commit comments