Skip to content

Commit c8fcb75

Browse files
chore: actions update
1 parent 54fe87f commit c8fcb75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
test:
12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-24.04
1313
timeout-minutes: 3
1414
steps:
1515
- name: Checkout
@@ -38,7 +38,7 @@ jobs:
3838
run: pnpm test
3939

4040
release:
41-
runs-on: ubuntu-22.04
41+
runs-on: ubuntu-24.04
4242
timeout-minutes: 3
4343
if: startsWith(github.ref, 'refs/tags/')
4444
needs: [test]

0 commit comments

Comments
 (0)