We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54fe87f commit c8fcb75Copy full SHA for c8fcb75
.github/workflows/workflow.yml
@@ -9,7 +9,7 @@ on:
9
10
jobs:
11
test:
12
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
13
timeout-minutes: 3
14
steps:
15
- name: Checkout
@@ -38,7 +38,7 @@ jobs:
38
run: pnpm test
39
40
release:
41
42
43
if: startsWith(github.ref, 'refs/tags/')
44
needs: [test]
0 commit comments