Skip to content

Commit

Permalink
Merge pull request #30 from azu/2022.08.23-ubuntu-18.04
Browse files Browse the repository at this point in the history
CI: update ubuntu-18.04 to ubuntu-latest
  • Loading branch information
azu committed Aug 23, 2022
2 parents 517cdec + 9b1d487 commit 062be5b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:
contents: write
jobs:
create_draft:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permissions:
contents: read
jobs:
on_release:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
if: ${{ github.event.release.draft == false && github.event.changes.name.from != 'Draft' }}
steps:
- name: checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
setup:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 062be5b

Please sign in to comment.