Skip to content

Commit e7fe824

Browse files
committed
Use ubuntu-22.04 runner
1 parent 194dae9 commit e7fe824

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/gh-pages.yml

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

88
jobs:
99
pages:
10-
runs-on: ubuntu-18.04
10+
runs-on: ubuntu-22.04
1111
steps:
1212
- uses: actions/checkout@v2
1313
- name: Generate code coverage

.github/workflows/intel-mkl.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
--features=intel-mkl-static
2121
2222
linux:
23-
runs-on: ubuntu-18.04
23+
runs-on: ubuntu-22.04
2424
steps:
2525
- uses: actions/checkout@v1
2626
- uses: actions-rs/cargo@v1
@@ -33,7 +33,7 @@ jobs:
3333
--features=intel-mkl-static
3434
3535
linux-container:
36-
runs-on: ubuntu-18.04
36+
runs-on: ubuntu-22.04
3737
container:
3838
image: ghcr.io/rust-math/rust-mkl:1.63.0-2020.1
3939
steps:

.github/workflows/netlib.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
feature:
1515
- static
16-
runs-on: ubuntu-18.04
16+
runs-on: ubuntu-22.04
1717
steps:
1818
- uses: actions/checkout@v1
1919
- name: apt install gfortran

.github/workflows/openblas.yml

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

99
jobs:
1010
linux:
11-
runs-on: ubuntu-18.04
11+
runs-on: ubuntu-22.04
1212
container:
1313
image: rust
1414
strategy:

.github/workflows/rust.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
check-format:
11-
runs-on: ubuntu-18.04
11+
runs-on: ubuntu-22.04
1212
steps:
1313
- uses: actions/checkout@v1
1414
- uses: actions-rs/cargo@v1
@@ -17,15 +17,15 @@ jobs:
1717
args: -- --check
1818

1919
clippy:
20-
runs-on: ubuntu-18.04
20+
runs-on: ubuntu-22.04
2121
steps:
2222
- uses: actions/checkout@v1
2323
- uses: actions-rs/cargo@v1
2424
with:
2525
command: clippy
2626

2727
coverage:
28-
runs-on: ubuntu-18.04
28+
runs-on: ubuntu-22.04
2929
container:
3030
image: ghcr.io/rust-math/rust-mkl:1.63.0-2020.1
3131
options: --security-opt seccomp=unconfined

0 commit comments

Comments
 (0)