Skip to content

Commit d48a173

Browse files
committed
Bump Ubuntu CI runners to oldest supported
See actions/runner-images#11101.
1 parent df76148 commit d48a173

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os:
17-
- ubuntu-20.04
17+
- ubuntu-22.04
1818
- windows-latest
1919
target_arch:
2020
- x86
@@ -24,11 +24,11 @@ jobs:
2424
sm_branch: "1.12-dev"
2525
spcomp_version: "1.11.x"
2626

27-
- os: ubuntu-20.04
27+
- os: ubuntu-22.04
2828
target_arch: x86
2929
os_short: linux
3030

31-
- os: ubuntu-20.04
31+
- os: ubuntu-22.04
3232
target_arch: x86_64
3333
os_short: linux64
3434

@@ -141,10 +141,10 @@ jobs:
141141
fail-fast: false
142142
matrix:
143143
os:
144-
- ubuntu-20.04
144+
- ubuntu-22.04
145145
- windows-latest
146146
include:
147-
- os: ubuntu-20.04
147+
- os: ubuntu-22.04
148148
os_short: linux
149149
package_ext: .tar.gz
150150
- os: windows-latest

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
os:
15-
- ubuntu-20.04
1615
- ubuntu-22.04
1716
- windows-latest
1817
include:

0 commit comments

Comments
 (0)