Skip to content

Commit 4e621ea

Browse files
committed
chore: bump pipelines Ubuntu to latest 24.04
1 parent 696d1db commit 4e621ea

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/canary.yml

Lines changed: 1 addition & 1 deletion
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-22.04
15+
runs-on: ubuntu-24.04
1616
steps:
1717
- name: Checkout Repo
1818
uses: actions/checkout@v4

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
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-22.04
12+
runs-on: ubuntu-24.04
1313

1414
steps:
1515
- uses: actions/checkout@v4

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
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-22.04
14+
runs-on: ubuntu-24.04
1515
steps:
1616
- name: Checkout Repo
1717
uses: actions/checkout@v4

.github/workflows/verify-browser.yml

Lines changed: 1 addition & 1 deletion
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-22.04
12+
runs-on: ubuntu-24.04
1313

1414
steps:
1515
- uses: actions/checkout@v4

.github/workflows/verify-node.yml

Lines changed: 1 addition & 1 deletion
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-22.04
12+
runs-on: ubuntu-24.04
1313
strategy:
1414
fail-fast: false
1515
matrix:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
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

0 commit comments

Comments
 (0)