File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 49
49
jobs :
50
50
determine-version :
51
51
name : " Determine compiler version from git tag"
52
- runs-on : ubuntu-latest
52
+ runs-on : ubuntu-24.04
53
53
outputs :
54
54
version : ${{ steps.get-tag.outputs.version }}
55
55
steps :
80
80
cmake_build_type : Release
81
81
HYLO_LLVM_BUILD_TYPE : MinSizeRel
82
82
83
- runs-on : ubuntu-latest
83
+ runs-on : ubuntu-24.04
84
84
steps :
85
85
- uses : actions/checkout@v4
86
86
with :
@@ -170,7 +170,7 @@ jobs:
170
170
fail-fast : false
171
171
matrix :
172
172
# macos-latest is apparently not the latest.
173
- os : [macos-13, ubuntu-latest , windows-latest]
173
+ os : [macos-13, ubuntu-24.04 , windows-latest]
174
174
spm_configuration : [debug, release]
175
175
build_system : [cmake, spm]
176
176
@@ -200,7 +200,7 @@ jobs:
200
200
- os : macos-13
201
201
triple_suffix : apple-darwin23.3.0
202
202
203
- - os : ubuntu-latest
203
+ - os : ubuntu-24.04
204
204
triple_suffix : unknown-linux-gnu
205
205
206
206
- spm_configuration : debug
You can’t perform that action at this time.
0 commit comments