Skip to content

Commit

Permalink
updating mac runner for intel
Browse files Browse the repository at this point in the history
Signed-off-by: munishchouhan <[email protected]>
  • Loading branch information
munishchouhan committed Oct 16, 2024
1 parent 42e72e2 commit 6dd0ee2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-12, macos-latest-xlarge, windows-latest]
os: [ubuntu-latest, macos-latest-large, macos-latest-xlarge, windows-latest]
include:
- os: ubuntu-latest
fatjar: true
musl: true
- os: macos-12
- os: macos-latest-large
codesign: true
- os: macos-latest-xlarge
codesign: true
Expand Down

0 comments on commit 6dd0ee2

Please sign in to comment.