From d53171e20f42c3a7b2e105088e40df2096f8bc55 Mon Sep 17 00:00:00 2001 From: lightningterror <18107717+lightningterror@users.noreply.github.com> Date: Tue, 28 Sep 2021 22:37:23 +0200 Subject: [PATCH] ci-mac: Bump macos version to 11. --- .github/workflows/macos-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos-workflow.yml b/.github/workflows/macos-workflow.yml index 7b3d55770c..069122f86c 100644 --- a/.github/workflows/macos-workflow.yml +++ b/.github/workflows/macos-workflow.yml @@ -66,7 +66,7 @@ jobs: # Prevent one build from failing everything (although maybe those should be included as experimental builds instead) fail-fast: false matrix: - os: [macos-10.15] + os: [macos-11.0] platform: [x64] experimental: [false]