Skip to content

Commit b55179b

Browse files
test
1 parent f800ecf commit b55179b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: pull_request
44

55
jobs:
66
test:
7-
runs-on: ubuntu-24.04.2
7+
runs-on: ubuntu-noble
88
steps:
99
- name: Checkout
1010
uses: actions/checkout@v4
@@ -24,7 +24,7 @@ jobs:
2424
run: make test-tools
2525

2626
lint:
27-
runs-on: ubuntu-24.04.2
27+
runs-on: ubuntu-24.04
2828
steps:
2929
- name: Checkout
3030
uses: actions/checkout@v4

0 commit comments

Comments
 (0)