Skip to content

Commit 9dd0e20

Browse files
authored
chore: pin Ubuntu version in GitHub Actions to 22.04 (#2853)
1 parent 53a0950 commit 9dd0e20

6 files changed

+6
-6
lines changed

.github/workflows/canary.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
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

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
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

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
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

.github/workflows/verify-browser.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
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

.github/workflows/verify-node.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
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:

.github/workflows/verify-storybook-builder.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
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

0 commit comments

Comments
 (0)