Commit 9dd0e20 1 parent 53a0950 commit 9dd0e20 Copy full SHA for 9dd0e20
File tree 6 files changed +6
-6
lines changed
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-latest
15
+ runs-on : ubuntu-22.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-latest
12
+ runs-on : ubuntu-22.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-latest
14
+ runs-on : ubuntu-22.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-latest
12
+ runs-on : ubuntu-22.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-latest
12
+ runs-on : ubuntu-22.04
13
13
strategy :
14
14
matrix :
15
15
node-version :
Original file line number Diff line number Diff line change 6
6
verify-storybook-builder-linux :
7
7
timeout-minutes : 60
8
8
name : Linux
9
- runs-on : ubuntu-latest
9
+ runs-on : ubuntu-22.04
10
10
steps :
11
11
- uses : actions/checkout@v4
12
12
You can’t perform that action at this time.
0 commit comments