Skip to content

Commit

Permalink
CI mac: switch to macOS 12 Monterey
Browse files Browse the repository at this point in the history
Homebrew builds now dependencies from sources on unsupported macOSes
(which is 11 now), which makes it slow. Relevant snippet from brew output:
```
Warning: You are using macOS 11.
We (and Apple) do not provide support for this old version.
It is expected behaviour that some formulae will fail to build in this old version.
It is expected behaviour that Homebrew will be buggy and slow.
```
  • Loading branch information
MartinPulec committed Nov 3, 2023
1 parent 8670a1d commit e4ae1ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
macOS:
name: run macOS
needs: prepare
runs-on: macos-11
runs-on: macos-12
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SDK_NONFREE_PATH: /private/var/tmp/sdks-nonfree
Expand Down

0 comments on commit e4ae1ea

Please sign in to comment.