Skip to content

Commit cd731d0

Browse files
committed
Pin Ubuntu version in build workflow
1 parent 9992e48 commit cd731d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99

1010
jobs:
1111
build:
12-
runs-on: ubuntu-latest
12+
runs-on: ubuntu-24.04
1313

1414
permissions:
1515
packages: write

0 commit comments

Comments
 (0)