We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 06eb084 + 35282ad commit 09f2fb4Copy full SHA for 09f2fb4
1 file changed
.github/workflows/build.yml
@@ -33,7 +33,7 @@ permissions:
33
34
jobs:
35
check:
36
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
37
permissions:
38
pull-requests: read
39
outputs:
@@ -58,7 +58,7 @@ jobs:
58
issues: write
59
actions: write
60
pull-requests: write
61
62
steps:
63
- name: Checkout
64
uses: actions/checkout@v4
0 commit comments