Skip to content

Commit 01150a0

Browse files
authored
Update release workflows to run on Ubuntu 18.04 runners (#1575)
1 parent 2817871 commit 01150a0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tag-and-zip.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
tag-commit:
1515
name: Tag commit
16-
runs-on: ubuntu-latest
16+
runs-on: ubuntu-18.04
1717
steps:
1818
- name: Checkout code
1919
uses: actions/checkout@v2
@@ -35,7 +35,7 @@ jobs:
3535
create-zip:
3636
needs: tag-commit
3737
name: Create ZIP and verify package for release asset.
38-
runs-on: ubuntu-latest
38+
runs-on: ubuntu-18.04
3939
steps:
4040
- name: Install ZIP tools
4141
run: sudo apt-get install zip unzip

.github/workflows/upload-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
jobs:
1818
create-release:
1919
name: Create Release and Upload Release Asset
20-
runs-on: ubuntu-latest
20+
runs-on: ubuntu-18.04
2121
steps:
2222
- name: Create Release
2323
id: create_release

0 commit comments

Comments
 (0)