mirror of
https://github.com/bartvdbraak/keyweave.git
synced 2025-04-27 23:01:20 +00:00
feat: only run on supported oses
This commit is contained in:
parent
97f6ac6da9
commit
01e89be603
1 changed files with 12 additions and 12 deletions
24
.github/workflows/target-tests.yml
vendored
24
.github/workflows/target-tests.yml
vendored
|
@ -17,8 +17,8 @@ jobs:
|
|||
name:
|
||||
- linux-x86-64-gnu
|
||||
# - linux-x86-64-musl
|
||||
- linux-armhf-gnu
|
||||
- linux-arm64-gnu
|
||||
# - linux-armhf-gnu
|
||||
# - linux-arm64-gnu
|
||||
- mac-x86-64
|
||||
- mac-arm64
|
||||
- windows-gnu
|
||||
|
@ -35,17 +35,17 @@ jobs:
|
|||
# cross: true
|
||||
# experimental: false
|
||||
|
||||
- name: linux-armhf-gnu
|
||||
os: ubuntu-20.04
|
||||
target: armv7-unknown-linux-gnueabihf
|
||||
cross: true
|
||||
experimental: false
|
||||
# - name: linux-armhf-gnu
|
||||
# os: ubuntu-20.04
|
||||
# target: armv7-unknown-linux-gnueabihf
|
||||
# cross: true
|
||||
# experimental: false
|
||||
|
||||
- name: linux-arm64-gnu
|
||||
os: ubuntu-20.04
|
||||
target: aarch64-unknown-linux-gnu
|
||||
cross: true
|
||||
experimental: false
|
||||
# - name: linux-arm64-gnu
|
||||
# os: ubuntu-20.04
|
||||
# target: aarch64-unknown-linux-gnu
|
||||
# cross: true
|
||||
# experimental: false
|
||||
|
||||
- name: mac-x86-64
|
||||
os: macos-latest
|
||||
|
|
Loading…
Reference in a new issue