Skip to content

Commit

Permalink
Try to build more flavors of OS versions
Browse files Browse the repository at this point in the history
  • Loading branch information
L7R7 committed Jun 13, 2024
1 parent 0db6dd9 commit 88ed2a3
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,16 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
include:
- os: ubuntu-latest
target: aarch64-unknown-linux-gnu
- os: ubuntu-latest
target: x86_64-unknown-linux-gnu
- os: macOS-latest
target: universal-apple-darwin
- os: macOS-13
target: x86_64-apple-darwin
- os: windows-latest

steps:
- name: Check out code
Expand Down

0 comments on commit 88ed2a3

Please sign in to comment.