Skip to content

Commit 63ac4d7

Browse files
committed
Use ubuntu 22.04 for CI
1 parent 5b31b04 commit 63ac4d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/openblas-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
linux:
12-
runs-on: ubuntu-18.04
12+
runs-on: ubuntu-22.04
1313
strategy:
1414
fail-fast: false
1515
matrix:

.github/workflows/openblas-src.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
--manifest-path=openblas-src/Cargo.toml
8686
8787
linux:
88-
runs-on: ubuntu-18.04
88+
runs-on: ubuntu-22.04
8989
container:
9090
image: rust
9191
strategy:

0 commit comments

Comments
 (0)