Skip to content

Commit 4b203e0

Browse files
Upgrade to Ubuntu 24.04 explicitly (#4068)
1 parent 9ad3d1a commit 4b203e0

7 files changed

+8
-8
lines changed

.github/workflows/codegen-v2.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212

1313
jobs:
1414
test:
15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-24.04
1616
if: github.event.pull_request.draft == false
1717
steps:
1818
- uses: actions/checkout@v3

.github/workflows/docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
build:
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-24.04
1515
steps:
1616
- uses: actions/checkout@v3
1717
- name: Lint Dockerfile

.github/workflows/linux-ci-rust.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
permissions:
2121
contents: read
2222
checks: write
23-
runs-on: ubuntu-latest
23+
runs-on: ubuntu-24.04
2424
if: github.event.pull_request.draft == false
2525
steps:
2626
- uses: actions/checkout@v3
@@ -61,7 +61,7 @@ jobs:
6161
6262
# Run Rust tests in WASM.
6363
test-wasm:
64-
runs-on: ubuntu-latest
64+
runs-on: ubuntu-24.04
6565
if: github.event.pull_request.draft == false
6666
steps:
6767
- uses: actions/checkout@v3

.github/workflows/linux-ci-sonarcloud.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313
jobs:
1414
build:
1515
if: github.event.pull_request.draft == false && github.event.pull_request.head.repo.fork == false
16-
runs-on: ubuntu-latest
16+
runs-on: ubuntu-24.04
1717
steps:
1818
- uses: actions/checkout@v3
1919

.github/workflows/linux-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ concurrency:
1212

1313
jobs:
1414
build:
15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-24.04
1616
if: github.event.pull_request.draft == false
1717
steps:
1818
- uses: actions/checkout@v3

.github/workflows/linux-sampleapp-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ concurrency:
1212

1313
jobs:
1414
build:
15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-24.04
1616
if: github.event.pull_request.draft == false
1717
steps:
1818
- uses: actions/checkout@v3

.github/workflows/wasm-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ concurrency:
1212

1313
jobs:
1414
build:
15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-24.04
1616
if: github.event.pull_request.draft == false
1717
steps:
1818
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)