Skip to content

Commit f5ec0f9

Browse files
committed
Use Ubuntu-24.04
1 parent 9d0c835 commit f5ec0f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
jobs:
1515
prep:
16-
runs-on: ubuntu-latest
16+
runs-on: ubuntu-24.04
1717
permissions:
1818
id-token: write
1919
attestations: write
@@ -427,7 +427,7 @@ jobs:
427427
path: _deploy
428428

429429
merge:
430-
runs-on: ubuntu-latest
430+
runs-on: ubuntu-24.04
431431
needs: [prep, build-cmake, build-msys2]
432432
steps:
433433
- name: Merge Artifacts

0 commit comments

Comments
 (0)