Skip to content

Commit b485d80

Browse files
adriansmaresnosoop
authored andcommitted
Build against Ubuntu 20.04
1 parent fbba799 commit b485d80

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

.github/workflows/build-on-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os:
17-
- ubuntu-22.04
17+
- ubuntu-20.04
1818
- windows-latest
1919
include:
2020
- meta_branch: "1.11-dev"
2121
sm_branch: "1.11-dev"
2222
spcomp_version: "1.11.x"
2323

24-
- os: ubuntu-22.04
24+
- os: ubuntu-20.04
2525
os_short: linux
2626
package_ext: tar.gz
2727

.github/workflows/pull-request-ci-test.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,22 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
os:
15+
- ubuntu-20.04
1516
- ubuntu-22.04
1617
- windows-latest
1718
include:
1819
- meta_branch: "1.11-dev"
1920
sm_branch: "1.11-dev"
2021
spcomp_version: "1.11.x"
2122

22-
- os: ubuntu-22.04
23+
- os: ubuntu-20.04
2324
os_short: linux
24-
package_ext: tar.gz
25+
26+
- os: ubuntu-22.04
27+
os_short: newlinux
2528

2629
- os: windows-latest
2730
os_short: win
28-
package_ext: zip
2931

3032
steps:
3133
- name: Prepare env

0 commit comments

Comments
 (0)