Skip to content

Commit

Permalink
Update release workflows to run on Ubuntu 18.04 runners (#1575)
Browse files Browse the repository at this point in the history
  • Loading branch information
aggarw13 committed Mar 2, 2021
1 parent 2817871 commit 01150a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tag-and-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
tag-commit:
name: Tag commit
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand All @@ -35,7 +35,7 @@ jobs:
create-zip:
needs: tag-commit
name: Create ZIP and verify package for release asset.
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:
- name: Install ZIP tools
run: sudo apt-get install zip unzip
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 @@ -17,7 +17,7 @@ on:
jobs:
create-release:
name: Create Release and Upload Release Asset
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:
- name: Create Release
id: create_release
Expand Down

0 comments on commit 01150a0

Please sign in to comment.