Skip to content

Commit 5f25bbe

Browse files
committed
Change: Runs VM version latest
1 parent 10442c7 commit 5f25bbe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
build:
2727
name: Build
28-
runs-on: ubuntu-24.04
28+
runs-on: ubuntu-latest
2929
outputs:
3030
pluginVerifierHomeDir: ${{ steps.properties.outputs.pluginVerifierHomeDir }}
3131
steps:
@@ -92,7 +92,7 @@ jobs:
9292
test:
9393
name: Test
9494
needs: [ build ]
95-
runs-on: ubuntu-24.04
95+
runs-on: ubuntu-latest
9696
steps:
9797
- name: Fetch Sources
9898
uses: actions/checkout@v4
@@ -144,7 +144,7 @@ jobs:
144144
verify:
145145
name: Verify plugin
146146
needs: [ build ]
147-
runs-on: ubuntu-24.04
147+
runs-on: ubuntu-latest
148148
steps:
149149
- name: Maximize Build Space
150150
uses: jlumbroso/free-disk-space@main

0 commit comments

Comments
 (0)