Skip to content

Commit dc8e4eb

Browse files
committed
Pinning test runner version (best GHA practice documentation)
1 parent 02435d1 commit dc8e4eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/configlet-sync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
sync-docs-metadata:
1010
timeout-minutes: 10
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-24.04
1212

1313
steps:
1414
- name: Checkout repository
@@ -40,7 +40,7 @@ jobs:
4040

4141
check-test-sync:
4242
timeout-minutes: 10
43-
runs-on: ubuntu-latest
43+
runs-on: ubuntu-24.04
4444

4545
steps:
4646
- name: Checkout repository

0 commit comments

Comments
 (0)