Skip to content

Commit

Permalink
Fix ubuntu version in actions_example scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
suecharo committed Jun 5, 2023
1 parent 4d2c367 commit 965c0ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion actions_example/yevis-publish-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ permissions:

jobs:
publish:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
if: ${{ github.event.pull_request.merged }}
steps:
- name: "Download yevis binary from artifact"
Expand Down
2 changes: 1 addition & 1 deletion actions_example/yevis-test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ permissions:

jobs:
test:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: "Download yevis binary from artifact"
id: download-binary-artifact
Expand Down

0 comments on commit 965c0ab

Please sign in to comment.