Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Increase MacOS version to 13 for build. Version 12 is deprecated and runs very poorly.
  • Loading branch information
collin80 authored Nov 6, 2024
1 parent 225e248 commit f26855a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

buildmacos:
name: macOS x64
runs-on: macos-12
runs-on: macos-13

steps:
- name: Prepare macOS Environment
Expand Down

0 comments on commit f26855a

Please sign in to comment.