Skip to content

Commit dce78fc

Browse files
authored
Merge pull request #57 from bitnami/TNZ-36271
Use ubuntu-latest runners
2 parents ae0fe3c + 9a5b232 commit dce78fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ permissions: {}
2020
jobs:
2121
# This workflow contains a single job called "build"
2222
build-and-test:
23-
runs-on: ubuntu-20.04
23+
runs-on: ubuntu-latest
2424
name: Build and Test
2525
# Steps represent a sequence of tasks that will be executed as part of the job
2626
steps:
@@ -57,7 +57,7 @@ jobs:
5757
release:
5858
needs: [ 'build-and-test' ]
5959
if: github.repository == 'bitnami/wait-for-port' && startsWith(github.ref, 'refs/tags/')
60-
runs-on: ubuntu-20.04
60+
runs-on: ubuntu-latest
6161
steps:
6262
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
6363
- uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e

0 commit comments

Comments
 (0)