Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
csujedihy committed Jun 23, 2023
1 parent fec6cca commit 13cec0c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-reuse-unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ permissions: read-all

jobs:
build-unix-reuse:
name: Build Linux/Android
name: Build Unix
if: inputs.plat == 'linux' || inputs.plat == 'android'
runs-on: ${{ inputs.os }}
steps:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
fail-fast: false
matrix:
plat: [linux, android]
os: ['20.04', '22.04']
os: ['ubuntu-20.04', 'ubuntu-22.04']
arch: [x86, x64]
tls: [openssl, openssl3]
systemcrypto: ['', '-UseSystemOpenSSLCrypto']
Expand All @@ -120,14 +120,14 @@ jobs:
# Android doesn't use system crypto
- plat: android
systemcrypto: '-UseSystemOpenSSLCrypto'
# No openssl3 system crypto on 20.04
# No openssl3 system crypto on ubuntu-20.04
- plat: linux '
os: '20.04'
os: 'ubuntu-20.04'
tls: 'openssl3'
systemcrypto: '-UseSystemOpenSSLCrypto'
# No openssl system crypto on 22.04
# No openssl system crypto on ubuntu-22.04
- plat: linux '
os: '22.04'
os: 'ubuntu-22.04'
tls: 'openssl'
systemcrypto: '-UseSystemOpenSSLCrypto'
# Android doesn't use Clang
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
fail-fast: false
matrix:
plat: [linux]
os: ['20.04', '22.04']
os: ['ubuntu-20.04', 'ubuntu-22.04']
arch: [arm, arm64]
tls: [openssl, openssl3]
toolchain: ['cmake/toolchains/arm-linux.cmake', 'cmake/toolchains/aarch64-linux.cmake']
Expand Down

0 comments on commit 13cec0c

Please sign in to comment.