Skip to content

Commit

Permalink
Disable Mac & Windows builds for uploading artifacts (#532)
Browse files Browse the repository at this point in the history
  • Loading branch information
flosse authored Jun 7, 2024
1 parent 3dd8be4 commit 3137b9d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build-and-upload-artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@ jobs:
matrix:
target:
- x86_64-unknown-linux-musl
- x86_64-apple-darwin
- x86_64-pc-windows-msvc
# - x86_64-apple-darwin
# - x86_64-pc-windows-msvc
include:
- target: x86_64-apple-darwin
runner_platform: x86_64-apple-darwin
runner_os: macos-latest
# - target: x86_64-apple-darwin
# runner_platform: x86_64-apple-darwin
# runner_os: macos-latest
- target: x86_64-unknown-linux-musl
runner_platform: x86_64-unknown-linux-gnu
runner_os: ubuntu-latest
- target: x86_64-pc-windows-msvc
runner_platform: x86_64-pc-windows-msvc
runner_os: windows-latest
executable_suffix: .exe
# - target: x86_64-pc-windows-msvc
# runner_platform: x86_64-pc-windows-msvc
# runner_os: windows-latest
# executable_suffix: .exe

steps:
- name: Install dependencies for `musl libc` on Linux
Expand Down

0 comments on commit 3137b9d

Please sign in to comment.