mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
[CI] use macOS 13
This commit is contained in:
parent
95c0551de5
commit
a29fa0b94b
6
.github/workflows/github.yml
vendored
6
.github/workflows/github.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user