mirror of
https://github.com/bartvdbraak/keyweave.git
synced 2025-04-29 07:41:21 +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:
|
name:
|
||||||
- linux-x86-64-gnu
|
- linux-x86-64-gnu
|
||||||
# - linux-x86-64-musl
|
# - linux-x86-64-musl
|
||||||
- linux-armhf-gnu
|
# - linux-armhf-gnu
|
||||||
- linux-arm64-gnu
|
# - linux-arm64-gnu
|
||||||
- mac-x86-64
|
- mac-x86-64
|
||||||
- mac-arm64
|
- mac-arm64
|
||||||
- windows-gnu
|
- windows-gnu
|
||||||
|
@ -35,17 +35,17 @@ jobs:
|
||||||
# cross: true
|
# cross: true
|
||||||
# experimental: false
|
# experimental: false
|
||||||
|
|
||||||
- name: linux-armhf-gnu
|
# - name: linux-armhf-gnu
|
||||||
os: ubuntu-20.04
|
# os: ubuntu-20.04
|
||||||
target: armv7-unknown-linux-gnueabihf
|
# target: armv7-unknown-linux-gnueabihf
|
||||||
cross: true
|
# cross: true
|
||||||
experimental: false
|
# experimental: false
|
||||||
|
|
||||||
- name: linux-arm64-gnu
|
# - name: linux-arm64-gnu
|
||||||
os: ubuntu-20.04
|
# os: ubuntu-20.04
|
||||||
target: aarch64-unknown-linux-gnu
|
# target: aarch64-unknown-linux-gnu
|
||||||
cross: true
|
# cross: true
|
||||||
experimental: false
|
# experimental: false
|
||||||
|
|
||||||
- name: mac-x86-64
|
- name: mac-x86-64
|
||||||
os: macos-latest
|
os: macos-latest
|
||||||
|
|
Loading…
Reference in a new issue