diff options
author | Theo Buehler <tb@openbsd.org> | 2024-08-11 15:45:34 +0200 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-08-11 15:45:34 +0200 |
commit | 008aabb326a6adc3e3429d4cbb074a65581cea2f (patch) | |
tree | b13d58e6867f14499d4de35ae516fc14c8f837de /.github | |
parent | dc710c5f64c377ea47477e6d4d251b7a7bf22a78 (diff) | |
download | portable-008aabb326a6adc3e3429d4cbb074a65581cea2f.tar.gz portable-008aabb326a6adc3e3429d4cbb074a65581cea2f.tar.bz2 portable-008aabb326a6adc3e3429d4cbb074a65581cea2f.zip |
Disable mips32 in CI for now
OpenBSD has long dropped support for this architecture. If someone
wants to revive the port, they are more than welcome to file a PR
that reenables them.
discussed with jsing
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/linux.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 5c85d4b..0c9a699 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml | |||
@@ -23,7 +23,7 @@ jobs: | |||
23 | fail-fast: false | 23 | fail-fast: false |
24 | matrix: | 24 | matrix: |
25 | os: ["ubuntu-20.04", "ubuntu-22.04", "ubuntu-24.04"] | 25 | os: ["ubuntu-20.04", "ubuntu-22.04", "ubuntu-24.04"] |
26 | arch: ["native", "arm32", "arm64", "mingw32", "mingw64", "mips32", "mips64"] | 26 | arch: ["native", "arm32", "arm64", "mingw32", "mingw64", "mips64"] |
27 | compiler: ["gcc"] | 27 | compiler: ["gcc"] |
28 | include: | 28 | include: |
29 | - os: "ubuntu-20.04" | 29 | - os: "ubuntu-20.04" |