Skip to content

Commit

Permalink
Build against Ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
adriansmares authored and nosoop committed Apr 20, 2024
1 parent fbba799 commit b485d80
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-22.04
- ubuntu-20.04
- windows-latest
include:
- meta_branch: "1.11-dev"
sm_branch: "1.11-dev"
spcomp_version: "1.11.x"

- os: ubuntu-22.04
- os: ubuntu-20.04
os_short: linux
package_ext: tar.gz

Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/pull-request-ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,22 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-20.04
- ubuntu-22.04
- windows-latest
include:
- meta_branch: "1.11-dev"
sm_branch: "1.11-dev"
spcomp_version: "1.11.x"

- os: ubuntu-22.04
- os: ubuntu-20.04
os_short: linux
package_ext: tar.gz

- os: ubuntu-22.04
os_short: newlinux

- os: windows-latest
os_short: win
package_ext: zip

steps:
- name: Prepare env
Expand Down

0 comments on commit b485d80

Please sign in to comment.