zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit e3c8ba2dc541f5be63d199702624831d48bd0f22 (tree)
parent 577f9fdbae12eabbbf87bd2cc36a1565df3153b2
Author: Jakub Konka <kubkon@jakubkonka.com>
Date:   Fri, 15 Jul 2022 13:27:48 +0200

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

Diffstat:
Mci/azure/pipelines.yml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ci/azure/pipelines.yml b/ci/azure/pipelines.yml @@ -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