Skip to content

Commit

Permalink
Use x86_64 macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
esarver committed Aug 20, 2024
1 parent 0c811f0 commit 3b21420
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,14 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu, windows, macos]
runs-on: ${{matrix.os}}-latest
include:
- os: ubuntu
runner: ubuntu-latest
- os: windows
runner: windows-latest
- os: macos
runner: macos-13
runs-on: ${{matrix.runner}}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 3b21420

Please sign in to comment.