Skip to content

Commit

Permalink
Switch to ubuntu-18.04
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapk00 committed Sep 24, 2021
1 parent 2894f38 commit 65630f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/electron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-16.04, macos-latest, windows-latest]
os: [ubuntu-18.04, macos-latest, windows-latest]

steps:
- name: Context
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
- name: Download ubuntu
uses: actions/download-artifact@v1
with:
name: ubuntu-16.04
name: ubuntu-18.04
- name: Download windows
uses: actions/download-artifact@v1
with:
Expand All @@ -131,7 +131,7 @@ jobs:
gpg --allow-secret-key-import --import gpg.key
mkdir release
cp windows-latest/* release/
cp ubuntu-16.04/* release/
cp ubuntu-18.04/* release/
cp macos-latest/* release/
- name: Sign binaries
env:
Expand Down

0 comments on commit 65630f7

Please sign in to comment.