mirror of
https://github.com/ziglang/zig.git
synced 2024-11-26 23:22:44 +00:00
ci: bump macOS image on Github Actions to macos-11
The currently used image is getting deprecated and every user is advised to switch to either macos-11 or macos-12. The link to upstream issue/notification: https://github.com/actions/virtual-environments/issues/5583
This commit is contained in:
parent
577f9fdbae
commit
e3c8ba2dc5
@ -1,7 +1,7 @@
|
||||
jobs:
|
||||
- job: BuildMacOS
|
||||
pool:
|
||||
vmImage: 'macOS-10.15'
|
||||
vmImage: 'macOS-11'
|
||||
timeoutInMinutes: 360
|
||||
steps:
|
||||
- task: DownloadSecureFile@1
|
||||
@ -12,7 +12,7 @@ jobs:
|
||||
displayName: 'Build and test'
|
||||
- job: BuildMacOS_arm64
|
||||
pool:
|
||||
vmImage: 'macOS-10.15'
|
||||
vmImage: 'macOS-11'
|
||||
timeoutInMinutes: 180
|
||||
steps:
|
||||
- task: DownloadSecureFile@1
|
||||
|
Loading…
Reference in New Issue
Block a user