Skip to content

Commit

Permalink
Merge pull request #146 from UnknownPlatypus/build-older-linux
Browse files Browse the repository at this point in the history
Fix ubuntu build for 20.04
  • Loading branch information
tjko authored Apr 4, 2023
2 parents 4566b56 + 25715b1 commit f15b69e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-20.04, macos-latest, windows-latest]
include:
- os: windows-latest
triplet: x64-windows
- os: ubuntu-latest
- os: ubuntu-20.04
triplet: x64-linux
- os: macos-latest
triplet: x64-osx
Expand Down

0 comments on commit f15b69e

Please sign in to comment.