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.
1 parent 10442c7 commit 5f25bbeCopy full SHA for 5f25bbe
.github/workflows/build.yml
@@ -25,7 +25,7 @@ jobs:
25
26
build:
27
name: Build
28
- runs-on: ubuntu-24.04
+ runs-on: ubuntu-latest
29
outputs:
30
pluginVerifierHomeDir: ${{ steps.properties.outputs.pluginVerifierHomeDir }}
31
steps:
@@ -92,7 +92,7 @@ jobs:
92
test:
93
name: Test
94
needs: [ build ]
95
96
97
- name: Fetch Sources
98
uses: actions/checkout@v4
@@ -144,7 +144,7 @@ jobs:
144
verify:
145
name: Verify plugin
146
147
148
149
- name: Maximize Build Space
150
uses: jlumbroso/free-disk-space@main
0 commit comments