Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Jun 14, 2024
1 parent bac304f commit e091bc0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,15 @@ jobs:
fail-fast: false
matrix:
include:
- os: ubuntu-latest
arch: ["x86_64", "i686", "aarch64"]
- {os: ubuntu-latest, arch: x86_64}
- {os: ubuntu-latest, arch: i686}
- {os: ubuntu-latest, arch: aarch64}
- os: macos-12
arch: "x86_64"
- os: macos-14
arch: "arm64"
- os: windows-2019
arch: ["AMD64", "x86"]
- {os: windows-2019, arch: AMD64}
- {os: windows-2019, arch: x86}
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit e091bc0

Please sign in to comment.