Skip to content

Commit 083b900

Browse files
committed
build: switch from ubuntu 20.04 to latest
1 parent e9c7aa3 commit 083b900

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
matrix:
2626
include:
27-
- os: ubuntu-20.04
27+
- os: ubuntu-latest
2828
- os: windows-latest
2929
- os: macos-latest
3030

@@ -39,7 +39,7 @@ jobs:
3939
make download-external
4040
4141
- name: Build for Linux
42-
if: matrix.os == 'ubuntu-20.04'
42+
if: matrix.os == 'ubuntu-latest'
4343
run: |
4444
make compile-linux
4545
make ctest-all

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
include:
21-
- os: ubuntu-20.04
21+
- os: ubuntu-latest
2222
- os: windows-latest
2323
- os: macos-latest
2424

@@ -33,7 +33,7 @@ jobs:
3333
make download-external
3434
3535
- name: Build for Linux
36-
if: matrix.os == 'ubuntu-20.04'
36+
if: matrix.os == 'ubuntu-latest'
3737
run: |
3838
sudo apt update
3939
sudo apt install -y gcc-aarch64-linux-gnu

0 commit comments

Comments
 (0)