Skip to content

Commit 70e5348

Browse files
committed
Use a consistent runner for CI
All other CI jobs run on `ubuntu-latest`.
1 parent 7a3a835 commit 70e5348

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permissions:
88
contents: read
99
jobs:
1010
lint-client:
11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v6
1414
- name: Install npm

0 commit comments

Comments
 (0)