Skip to content

Commit

Permalink
Simplify fat jar runners
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed May 29, 2024
1 parent fcca858 commit 1186fcf
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,22 +195,22 @@ jobs:
fail-fast: false
matrix:
include:
- os: windows-latest
- os: ubuntu-latest
artifact-name: Win64
architecture: x64
arch-override: none
- os: macos-latest
arch-override: winx64
- os: ubuntu-latest
artifact-name: macOS
architecture: x64
arch-override: none
arch-override: macx64
- os: ubuntu-latest
artifact-name: Linux
architecture: x64
arch-override: none
- os: macos-latest
artifact-name: macOSArm
architecture: x64
arch-override: macarm64
- os: ubuntu-latest
artifact-name: Linux
architecture: x64
arch-override: linuxx64
- os: ubuntu-latest
artifact-name: LinuxArm64
architecture: x64
Expand Down

0 comments on commit 1186fcf

Please sign in to comment.