Skip to content

Commit 74da483

Browse files
authored
Upgrade ubuntu version for package steps (#541)
The runner used in the packaging steps needed to be upgraded to the latest version, to keep current with the runners available within Github actions.
1 parent 405b8ae commit 74da483

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ jobs:
221221

222222
evidence-reporter-upload-package-and-deploy:
223223
needs: [pre-build, goreleaser]
224-
runs-on: ubuntu-20.04
224+
runs-on: ubuntu-latest
225225
steps:
226226
- name: Repository Dispatch
227227
uses: peter-evans/repository-dispatch@v2
@@ -233,7 +233,7 @@ jobs:
233233

234234
environment-reporter-upload-package-and-deploy:
235235
needs: [pre-build, goreleaser]
236-
runs-on: ubuntu-20.04
236+
runs-on: ubuntu-latest
237237
steps:
238238
- name: Repository Dispatch
239239
uses: peter-evans/repository-dispatch@v2

0 commit comments

Comments
 (0)