Skip to content

Commit

Permalink
Fix the MacOsBuild on GitHub actions (#1641)
Browse files Browse the repository at this point in the history
So far we used `macos-12` which is now deprecated and often leads to internal errors because of the reduced capacities of these runners.
  • Loading branch information
joka921 authored Nov 26, 2024
1 parent edc2889 commit add092a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fail-fast: false
matrix:
build-type: [Release]
runs-on: macos-12
runs-on: macos-13
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit add092a

Please sign in to comment.