Skip to content

Commit

Permalink
build: use ubuntu 20.04 instead of 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
nalgeon committed Jul 18, 2023
1 parent cdcaa13 commit b8a1506
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
include:
- os: ubuntu-latest
- os: ubuntu-20.04
- os: windows-latest
- os: macos-latest

Expand All @@ -33,7 +33,7 @@ jobs:
make download-external
- name: Build for Linux
if: matrix.os == 'ubuntu-latest'
if: matrix.os == 'ubuntu-20.04'
run: |
make compile-linux
make pack-linux
Expand Down

0 comments on commit b8a1506

Please sign in to comment.