diff options
author | Theo Buehler <tb@openbsd.org> | 2024-08-11 16:17:37 +0200 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-08-11 16:17:37 +0200 |
commit | 9e2ff9ad0513de30f604d44022f077a143669632 (patch) | |
tree | b13d58e6867f14499d4de35ae516fc14c8f837de /.github | |
parent | d20cd80068fd1a82c1335bee4bc982f2f5541b90 (diff) | |
parent | 008aabb326a6adc3e3429d4cbb074a65581cea2f (diff) | |
download | portable-9e2ff9ad0513de30f604d44022f077a143669632.tar.gz portable-9e2ff9ad0513de30f604d44022f077a143669632.tar.bz2 portable-9e2ff9ad0513de30f604d44022f077a143669632.zip |
Land #1080 - adjust for crypto_arch.h
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" |