From 5fce683e0d78c8db7dbd1604fab6a1899c085571 Mon Sep 17 00:00:00 2001 From: itsmattkc <34096995+itsmattkc@users.noreply.github.com> Date: Fri, 18 Nov 2022 11:11:36 -0800 Subject: [PATCH] ci: use macos-11.0 for intel build too Let's see if this breaks anything --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 91f292b0a..2324d394c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -287,7 +287,7 @@ jobs: compiler-name: Clang LLVM os-name: macOS os-arch: x86_64 - os: macos-10.15 + os: macos-11.0 cmake-gen: Ninja min-deploy: 10.13 - build-type: RelWithDebInfo