aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorIlya Shipitsin <chipitsine@gmail.com>2023-01-11 11:00:04 +1100
committerJoshua Sing <joshua@hypera.dev>2023-01-11 11:00:04 +1100
commit7f8267d89124e995a3d09cdd863b27268714c42e (patch)
treed4293f2aa5841994b558001b90d49c740a9959c0 /.github/workflows
parent184955e129e60015e10e46bb6518d41dc9ba1a38 (diff)
downloadportable-7f8267d89124e995a3d09cdd863b27268714c42e.tar.gz
portable-7f8267d89124e995a3d09cdd863b27268714c42e.tar.bz2
portable-7f8267d89124e995a3d09cdd863b27268714c42e.zip
Github Actions: add Ubuntu-22.04 to linux matrix (#810)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/linux_test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linux_test.yml b/.github/workflows/linux_test.yml
index 105f891..3afda04 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-18.04, 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