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 81f170e commit cdcaa13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
matrix:
include:
- os: ubuntu-latest
- os: ubuntu-20.04
- os: windows-latest
- os: macos-latest

Expand All @@ -39,7 +39,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 test-all
Expand Down

0 comments on commit cdcaa13

Please sign in to comment.