Skip to content
This repository was archived by the owner on Oct 11, 2025. It is now read-only.

Commit 4b1ab0d

Browse files
committed
ci: pin hosted runner version
1 parent 4eba7e5 commit 4b1ab0d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
nix-build:
1313
name: nix-build
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-24.04
1515
steps:
1616

1717
- name: checkout
@@ -40,7 +40,7 @@ jobs:
4040
4141
ghcup-build:
4242
name: ghcup-build
43-
runs-on: ubuntu-latest
43+
runs-on: ubuntu-24.04
4444
steps:
4545

4646
- name: checkout
@@ -95,7 +95,7 @@ jobs:
9595
9696
non-nix-build:
9797
name: non-nix-build
98-
runs-on: ubuntu-latest
98+
runs-on: ubuntu-24.04
9999
permissions:
100100
pages: write
101101
id-token: write

0 commit comments

Comments
 (0)