diff options
author | Brent Cook <busterb@gmail.com> | 2023-05-27 08:32:22 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2023-05-27 08:32:22 -0500 |
commit | 6721144b1ce9a25ffb0029eb1dd609e24b6d716f (patch) | |
tree | 4635e7a9ecb155645196e20a89bde6342e0470a9 | |
parent | 4f1a1ffccf22a49d8c307f5a91b368e048278f55 (diff) | |
download | portable-6721144b1ce9a25ffb0029eb1dd609e24b6d716f.tar.gz portable-6721144b1ce9a25ffb0029eb1dd609e24b6d716f.tar.bz2 portable-6721144b1ce9a25ffb0029eb1dd609e24b6d716f.zip |
update Ubuntu test versions
-rw-r--r-- | .github/workflows/linux_test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linux_test.yml b/.github/workflows/linux_test.yml index 028c1a4..d7d43b4 100644 --- a/.github/workflows/linux_test.yml +++ b/.github/workflows/linux_test.yml | |||
@@ -6,7 +6,7 @@ jobs: | |||
6 | build-native: | 6 | build-native: |
7 | strategy: | 7 | strategy: |
8 | matrix: | 8 | matrix: |
9 | os: [ubuntu-18.04, ubuntu-20.04] | 9 | os: [ubuntu-20.04, ubuntu-22.04] |
10 | compiler: [clang, gcc] | 10 | compiler: [clang, gcc] |
11 | runs-on: ${{ matrix.os }} | 11 | runs-on: ${{ matrix.os }} |
12 | continue-on-error: false | 12 | continue-on-error: false |