Skip to content

Commit 636e143

Browse files
committed
use a particular ubuntu version
Signed-off-by: Somtochi Onyekwere <[email protected]>
1 parent 068381c commit 636e143

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414

1515
jobs:
1616
create-release:
17-
runs-on: ubuntu-latest
17+
runs-on: ubuntu-22.04
1818
steps:
1919
- uses: actions/checkout@v3
2020
- uses: taiki-e/create-gh-release-action@v1
@@ -28,9 +28,9 @@ jobs:
2828
- target: aarch64-apple-darwin
2929
os: macos-latest
3030
- target: x86_64-unknown-linux-gnu
31-
os: ubuntu-latest
31+
os: ubuntu-22.04
3232
- target: aarch64-unknown-linux-gnu
33-
os: ubuntu-latest
33+
os: ubuntu-22.04
3434
runs-on: ${{ matrix.os }}
3535
env:
3636
SCCACHE_GHA_ENABLED: "true"

0 commit comments

Comments
 (0)