Skip to content

Commit

Permalink
Update Ubuntu builds to 18.04
Browse files Browse the repository at this point in the history
Ubuntu 16.04 is EOL and breaks for building.
  • Loading branch information
keneanung committed Jun 11, 2021
1 parent 0ee7678 commit dabdc7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-mudlet.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
include:
# oldest OS supported for maximum compatibility of built AppImage
- os: ubuntu-16.04
- os: ubuntu-18.04
buildname: 'ubuntu / gcc'
triplet: x64-linux
compiler: gcc_64
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
if: runner.os == 'Linux'
run: |
# workaround to install libzip-dev in Github Actions
sudo apt-add-repository "ppa:ondrej/php" -y
#sudo apt-add-repository "ppa:ondrej/php" -y
sudo apt-get update
# Install from vcpkg everything we can for cross-platform consistency
Expand Down

0 comments on commit dabdc7b

Please sign in to comment.