Skip to content

Commit

Permalink
Build macOS x86_64 binaries (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
CommandMC authored Jul 15, 2024
1 parent fcf57a6 commit 55287cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
fail-fast: false
max-parallel: 3
matrix:
os: [ubuntu-20.04, macos-latest, windows-latest]
os: [ubuntu-20.04, macos-12, macos-14, windows-2022]
runs-on: ${{ matrix.os }}

steps:
Expand Down Expand Up @@ -35,5 +35,5 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: nile-${{ runner.os }}
name: nile-${{ matrix.os }}
path: dist/*

0 comments on commit 55287cd

Please sign in to comment.