Skip to content

Commit

Permalink
bump ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
dexter93 committed Dec 18, 2021
1 parent 3d48334 commit 3876567
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build-linux:
runs-on: ubuntu-16.04
runs-on: ubuntu-18.04

steps:
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
draft: false
prerelease: false
build-linux:
runs-on: ubuntu-16.04
runs-on: ubuntu-18.04
needs: create-release-tag
steps:
- name: Install dependencies
Expand Down

0 comments on commit 3876567

Please sign in to comment.