Skip to content

Commit 0f7eb6d

Browse files
committed
Use static versions for GitHub action runners
1 parent 6193b15 commit 0f7eb6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ concurrency:
1919

2020
jobs:
2121
build:
22-
runs-on: ubuntu-latest
22+
runs-on: ubuntu-24.04
2323
steps:
2424
- name: Checkout code
2525
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
@@ -46,7 +46,7 @@ jobs:
4646

4747
deploy:
4848
needs: build
49-
runs-on: ubuntu-latest
49+
runs-on: ubuntu-24.04
5050
if: github.event.repository.fork == false && github.ref == 'refs/heads/dev'
5151
environment:
5252
name: github-pages

0 commit comments

Comments
 (0)