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-22 .04
15+ runs-on : ubuntu-24 .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-22 .04
12+ runs-on : ubuntu-24 .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-22 .04
14+ runs-on : ubuntu-24 .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-22 .04
12+ runs-on : ubuntu-24 .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-22 .04
12+ runs-on : ubuntu-24 .04
1313 strategy :
1414 fail-fast : false
1515 matrix :
Original file line number Diff line number Diff line change 77 strategy :
88 fail-fast : false
99 matrix :
10- runs-on : [ubuntu-22 .04, windows-2022]
10+ runs-on : [ubuntu-24 .04, windows-2022]
1111 runs-on : ${{ matrix.runs-on }}
1212 name : ${{ matrix.runs-on }}
1313 timeout-minutes : 60
You can’t perform that action at this time.
0 commit comments