diff options
author | Brent Cook <busterb@gmail.com> | 2023-02-21 06:01:38 -0600 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2023-02-21 06:01:38 -0600 |
commit | 8c2c718bb7767d9fea1be1e0bc52b64775de6f21 (patch) | |
tree | 0c9bcb91ee3b15a0059e7557ee25bb1de2fd1027 /.github/workflows/cross_test.yml | |
parent | 70b0f418d30da7e1fe34c4cbebc90fdb95d6a649 (diff) | |
download | portable-8c2c718bb7767d9fea1be1e0bc52b64775de6f21.tar.gz portable-8c2c718bb7767d9fea1be1e0bc52b64775de6f21.tar.bz2 portable-8c2c718bb7767d9fea1be1e0bc52b64775de6f21.zip |
Ubuntu 18.04 is getting removed, update Linux base images
Diffstat (limited to '.github/workflows/cross_test.yml')
-rw-r--r-- | .github/workflows/cross_test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cross_test.yml b/.github/workflows/cross_test.yml index af09309..649cd2f 100644 --- a/.github/workflows/cross_test.yml +++ b/.github/workflows/cross_test.yml | |||
@@ -6,7 +6,7 @@ jobs: | |||
6 | build-other: | 6 | build-other: |
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 | arch: [mingw32, mingw64, arm32, arm64] | 10 | arch: [mingw32, mingw64, arm32, arm64] |
11 | runs-on: ${{ matrix.os }} | 11 | runs-on: ${{ matrix.os }} |
12 | continue-on-error: false | 12 | continue-on-error: false |