Skip to content

Commit

Permalink
ci: add x64_64-apple-darwin and x64_64-pc-windows-msvc release target…
Browse files Browse the repository at this point in the history
…s, chore: update deps
  • Loading branch information
KonradHoeffner committed Jun 11, 2024
1 parent 03e807c commit 5f5c611
Show file tree
Hide file tree
Showing 3 changed files with 299 additions and 74 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ jobs:
target: x86_64-unknown-linux-gnu
# - os: ubuntu-latest
# target: i686-unknown-linux-gnu
# - os: macos-latest
# target: x86_64-apple-darwin
- os: macos-latest
target: x86_64-apple-darwin
# - os: windows-latest
# target: i686-pc-windows-msvc
# - os: windows-latest
# target: x86_64-pc-windows-msvc
- os: windows-latest
target: x86_64-pc-windows-msvc
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand Down
Loading

0 comments on commit 5f5c611

Please sign in to comment.