Skip to content

Commit 6146f28

Browse files
committed
Pin the build to Ubuntu 24.04
1 parent ce0338d commit 6146f28

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
build:
15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-24.04
1616
outputs:
1717
artifact_name: ${{ steps.set_artifact_name.outputs.artifact_name }}
1818
steps:
@@ -47,7 +47,7 @@ jobs:
4747

4848
test:
4949
needs: build
50-
runs-on: ubuntu-latest
50+
runs-on: ubuntu-24.04
5151
steps:
5252
- name: Checkout repository
5353
uses: actions/checkout@v4

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
uses: ./.github/workflows/build.yml
1010

1111
release:
12-
runs-on: ubuntu-latest
12+
runs-on: ubuntu-24.04
1313
needs: call-build-workflow
1414
permissions:
1515
contents: write

0 commit comments

Comments
 (0)