We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f1e400 + 182244e commit ebe4e1fCopy full SHA for ebe4e1f
.github/workflows/pull_request.yml
@@ -11,7 +11,7 @@ on:
11
jobs:
12
check-style:
13
name: Check Style
14
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
15
if: github.event.pull_request.draft == false
16
17
steps:
@@ -66,7 +66,7 @@ jobs:
66
test:
67
name: Unit Test
68
needs: check-style
69
70
71
72
@@ -104,7 +104,7 @@ jobs:
104
build:
105
name: Build
106
needs: test
107
108
109
110
0 commit comments