1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-04-09 07:13:54 +02:00

Merge pull request #3764 from kambala-decapitator/ci-macos13

[CI] use macOS 13
This commit is contained in:
Andrey Filipenkov 2024-04-13 18:38:34 +03:00 committed by GitHub
commit 9a436d47d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,7 +32,7 @@ jobs:
test: 0
preset: linux-gcc-debug
- platform: mac-intel
os: macos-12
os: macos-13
test: 0
pack: 1
pack_type: Release
@ -42,7 +42,7 @@ jobs:
conan_options: --options with_apple_system_libs=True
artifact_platform: intel
- platform: mac-arm
os: macos-12
os: macos-13
test: 0
pack: 1
pack_type: Release
@ -52,7 +52,7 @@ jobs:
conan_options: --options with_apple_system_libs=True
artifact_platform: arm
- platform: ios
os: macos-12
os: macos-13
test: 0
pack: 1
pack_type: Release