Skip to content

Commit

Permalink
Build: Use macos-14-large instead of macos-12
Browse files Browse the repository at this point in the history
  • Loading branch information
ltrzesniewski committed Oct 6, 2024
1 parent 9a56ec4 commit 153e38f
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 @@ -27,7 +27,7 @@ jobs:
extension: dylib

- name: macOS x64
runner: macos-12
runner: macos-14-large
platform: x64
extension: dylib

Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
runner: ubuntu-latest

- name: macOS arm64
runner: macos-14
runner: macos-14-large

- name: macOS x64
runner: macos-12
Expand Down

0 comments on commit 153e38f

Please sign in to comment.