Skip to content

Commit 9086a58

Browse files
committed
Stop using ubuntu-latest runner.
It seems to be hanging(?) actions/runner-images#11988
1 parent 6a5fc51 commit 9086a58

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-and-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ env:
4949
jobs:
5050
determine-version:
5151
name: "Determine compiler version from git tag"
52-
runs-on: ubuntu-latest
52+
runs-on: ubuntu-24.04
5353
outputs:
5454
version: ${{ steps.get-tag.outputs.version }}
5555
steps:
@@ -80,7 +80,7 @@ jobs:
8080
cmake_build_type: Release
8181
HYLO_LLVM_BUILD_TYPE: MinSizeRel
8282

83-
runs-on: ubuntu-latest
83+
runs-on: ubuntu-24.04
8484
steps:
8585
- uses: actions/checkout@v4
8686
with:
@@ -170,7 +170,7 @@ jobs:
170170
fail-fast: false
171171
matrix:
172172
# macos-latest is apparently not the latest.
173-
os: [macos-13, ubuntu-latest, windows-latest]
173+
os: [macos-13, ubuntu-24.04, windows-latest]
174174
spm_configuration: [debug, release]
175175
build_system: [cmake, spm]
176176

@@ -200,7 +200,7 @@ jobs:
200200
- os: macos-13
201201
triple_suffix: apple-darwin23.3.0
202202

203-
- os: ubuntu-latest
203+
- os: ubuntu-24.04
204204
triple_suffix: unknown-linux-gnu
205205

206206
- spm_configuration: debug

0 commit comments

Comments
 (0)