Skip to content

Commit 05c83b4

Browse files
authored
Merge pull request #84 from polywrap/nk/ubuntu-bug
fix: ubuntu version bug
2 parents 2f58122 + 0f2b66a commit 05c83b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
github.event.pull_request.merged &&
1010
endsWith(github.event.pull_request.title, '/workflows/release-pr') &&
1111
github.event.pull_request.user.login != 'polywrap-build-bot'
12-
runs-on: ubuntu-18.04
12+
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v3
@@ -79,7 +79,7 @@ jobs:
7979

8080
Release-PR:
8181
needs: Pre-Check
82-
runs-on: ubuntu-18.04
82+
runs-on: ubuntu-latest
8383
steps:
8484
- name: Checkout
8585
uses: actions/checkout@v3

0 commit comments

Comments
 (0)