mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 20:59:19 +02:00
maybe update macos CI to 11
This commit is contained in:
@@ -45,10 +45,10 @@ jobs:
|
|||||||
artifactName: binaries_linux
|
artifactName: binaries_linux
|
||||||
displayName: 'Publish binaries'
|
displayName: 'Publish binaries'
|
||||||
|
|
||||||
- job: macos1015
|
- job: macos11
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'macOS-10.15'
|
vmImage: 'macOS-11'
|
||||||
displayName: 'MacOS 10.15 x86-64'
|
displayName: 'MacOS 11 x86-64'
|
||||||
steps:
|
steps:
|
||||||
- script: |
|
- script: |
|
||||||
sudo xcode-select -s /Applications/Xcode_12.3.app
|
sudo xcode-select -s /Applications/Xcode_12.3.app
|
||||||
@@ -75,8 +75,8 @@ jobs:
|
|||||||
|
|
||||||
- job: macos11_arm64
|
- job: macos11_arm64
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'macOS-10.15'
|
vmImage: 'macOS-11'
|
||||||
displayName: 'MacOS 11.1 ARM64'
|
displayName: 'MacOS 11 ARM64'
|
||||||
steps:
|
steps:
|
||||||
- script: |
|
- script: |
|
||||||
sudo xcode-select -s /Applications/Xcode_12.3.app
|
sudo xcode-select -s /Applications/Xcode_12.3.app
|
||||||
|
|||||||
Reference in New Issue
Block a user