mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Upgrade macos apple silicon CI image
This commit is contained in:
parent
a646e381e2
commit
014e55d738
1 changed files with 1 additions and 4 deletions
|
@ -266,12 +266,9 @@ build-macos:
|
||||||
|
|
||||||
build-macos-as:
|
build-macos-as:
|
||||||
extends: build-macos
|
extends: build-macos
|
||||||
image: ghcr.io/cirruslabs/macos-ventura-xcode:14.3
|
image: ghcr.io/cirruslabs/macos-sequoia-xcode:16.1
|
||||||
tags: [macos-tart]
|
tags: [macos-tart]
|
||||||
before_script:
|
before_script:
|
||||||
# The following update-reset is a workaround for this issue: https://github.com/Homebrew/homebrew-bundle/issues/1179
|
|
||||||
- brew update-reset
|
|
||||||
- brew upgrade
|
|
||||||
- brew bundle --file .ci/macos/Brewfile
|
- brew bundle --file .ci/macos/Brewfile
|
||||||
### CMake 3.29 issue with re2 workaround.
|
### CMake 3.29 issue with re2 workaround.
|
||||||
- brew uninstall cmake
|
- brew uninstall cmake
|
||||||
|
|
Loading…
Reference in a new issue