diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-05-09 00:10:37 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-05-09 00:10:37 +0200 |
commit | 74ed633c536f34cce731551f4675da191952d824 (patch) | |
tree | a74bd77331a34059d702499d58d6ed71e4897c57 /.cirrus.yml | |
parent | Make macos builds fail again (diff) | |
download | nheko-74ed633c536f34cce731551f4675da191952d824.tar.xz |
Upgrade xcode in apple silicon CI
Diffstat (limited to '')
-rw-r--r-- | .cirrus.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 2d698f1f..11de4d1a 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,6 +1,6 @@ task: macos_instance: - image: ghcr.io/cirruslabs/macos-monterey-xcode:13 + image: ghcr.io/cirruslabs/macos-ventura-xcode:14.3 name: Build - macOS Apple Silicon environment: GITLAB_TRIGGER_TOKEN: ENCRYPTED[!5fb4bbdecbde3b2c766ac7383dca573cd5ec8b815c5ac9bede0cadfe9ad70ecd3e64b1728f7840da087099f3fc1fd4f7!] @@ -18,4 +18,4 @@ task: - > [ "${CIRRUS_BRANCH}" == "master" ] && curl -X POST --fail -F token="${GITLAB_TRIGGER_TOKEN}" -F ref="${CIRRUS_BRANCH}" -F "variables[TRIGGER_BUILD_ID]=${CIRRUS_BUILD_ID}" -F "variables[TRIGGERED_BY]=cirrus" "https://nheko.im/api/v4/projects/2/trigger/pipeline" || true binaries_artifacts: - path: build/nheko.zip \ No newline at end of file + path: build/nheko.zip |