Skip to content

Commit 4e78d19

Browse files
ShahanaFarooquiendothermicdev
authored andcommitted
ci: Lock Ubuntu version on 22.04
These workflows are failing due to `ubuntu-latest` being updated from version `22.04` to `24.04`. Reference: actions/runner-images#10636 Changelog-None.
1 parent c5b5080 commit 4e78d19

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/bsd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
testfreebsd:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-22.04
1212
name: Build and test on FreeBSD
1313
timeout-minutes: 120
1414
strategy:

.github/workflows/crate-io.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
release_rust:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-22.04
1212
steps:
1313
- uses: actions/checkout@v4
1414
- uses: dtolnay/rust-toolchain@stable

.github/workflows/docker-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ on:
2929

3030
jobs:
3131
build:
32-
runs-on: ubuntu-latest
32+
runs-on: ubuntu-22.04
3333

3434
steps:
3535
- name: Checkout repository

.github/workflows/rdme-docs-sync.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
rdme-docs-sync:
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-22.04
1414
steps:
1515
- name: Check out repo 📚
1616
uses: actions/checkout@v4

.github/workflows/readme-rpc-sync.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515

1616
jobs:
1717
rdme-rpc-sync:
18-
runs-on: ubuntu-latest
18+
runs-on: ubuntu-22.04
1919
steps:
2020
- name: Checkout repository
2121
uses: actions/checkout@v4

0 commit comments

Comments
 (0)