diff options
author | Brent Cook <busterb@gmail.com> | 2023-03-23 06:09:38 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2023-03-23 06:11:16 -0500 |
commit | fa35b982c474f8a2f8b8f4cd13b60ff7b4428be7 (patch) | |
tree | 1b72a45086bab944813b1156e5bd93b3e66bc3a4 | |
parent | 73d924f643be938205d434dc7ba7aa642150ba84 (diff) | |
download | portable-fa35b982c474f8a2f8b8f4cd13b60ff7b4428be7.tar.gz portable-fa35b982c474f8a2f8b8f4cd13b60ff7b4428be7.tar.bz2 portable-fa35b982c474f8a2f8b8f4cd13b60ff7b4428be7.zip |
enable CI for mips32/mips64
-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 649cd2f..fc742e7 100644 --- a/.github/workflows/cross_test.yml +++ b/.github/workflows/cross_test.yml | |||
@@ -7,7 +7,7 @@ jobs: | |||
7 | strategy: | 7 | strategy: |
8 | matrix: | 8 | matrix: |
9 | os: [ubuntu-20.04, ubuntu-22.04] | 9 | os: [ubuntu-20.04, ubuntu-22.04] |
10 | arch: [mingw32, mingw64, arm32, arm64] | 10 | arch: [mingw32, mingw64, arm32, arm64, mips32, mips64] |
11 | runs-on: ${{ matrix.os }} | 11 | runs-on: ${{ matrix.os }} |
12 | continue-on-error: false | 12 | continue-on-error: false |
13 | env: | 13 | env: |