diff options
author | Brent Cook <busterb@gmail.com> | 2023-05-27 08:34:03 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2023-05-27 08:34:03 -0500 |
commit | 3a732fb8511498cae1bdf735b38222a7145c462b (patch) | |
tree | 90153077b09370b9280e8612abae4bbe6dbd501e | |
parent | 6721144b1ce9a25ffb0029eb1dd609e24b6d716f (diff) | |
download | portable-3a732fb8511498cae1bdf735b38222a7145c462b.tar.gz portable-3a732fb8511498cae1bdf735b38222a7145c462b.tar.bz2 portable-3a732fb8511498cae1bdf735b38222a7145c462b.zip |
Update cross-test versions
-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 c5b6b25..3d9aef7 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 |