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 12
12
# Prevents changesets action from creating a PR on forks
13
13
if : github.repository == 'modernweb-dev/web'
14
14
name : Pre-release
15
- runs-on : ubuntu-22 .04
15
+ runs-on : ubuntu-24 .04
16
16
steps :
17
17
- name : Checkout Repo
18
18
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 9
9
linux :
10
10
timeout-minutes : 30
11
11
name : Linux
12
- runs-on : ubuntu-22 .04
12
+ runs-on : ubuntu-24 .04
13
13
14
14
steps :
15
15
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 11
11
# Prevents changesets action from creating a PR on forks
12
12
if : github.repository == 'modernweb-dev/web'
13
13
name : Release
14
- runs-on : ubuntu-22 .04
14
+ runs-on : ubuntu-24 .04
15
15
steps :
16
16
- name : Checkout Repo
17
17
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 9
9
verify-linux :
10
10
timeout-minutes : 30
11
11
name : Linux
12
- runs-on : ubuntu-22 .04
12
+ runs-on : ubuntu-24 .04
13
13
14
14
steps :
15
15
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 9
9
verify-linux :
10
10
timeout-minutes : 30
11
11
name : Linux
12
- runs-on : ubuntu-22 .04
12
+ runs-on : ubuntu-24 .04
13
13
strategy :
14
14
fail-fast : false
15
15
matrix :
Original file line number Diff line number Diff line change 7
7
strategy :
8
8
fail-fast : false
9
9
matrix :
10
- runs-on : [ubuntu-22 .04, windows-2022]
10
+ runs-on : [ubuntu-24 .04, windows-2022]
11
11
runs-on : ${{ matrix.runs-on }}
12
12
name : ${{ matrix.runs-on }}
13
13
timeout-minutes : 60
You can’t perform that action at this time.
0 commit comments