From 539adbe0fc1438d09161a2b8715942cd7d5f9b7c Mon Sep 17 00:00:00 2001 From: Unai Martinez-Corral Date: Wed, 27 Jul 2022 09:21:47 +0200 Subject: ci: macos-10.15 is deprecated, use macos-11 and macos-12 --- .github/workflows/Test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml index ed23d1321..b8bf9bfb3 100644 --- a/.github/workflows/Test.yml +++ b/.github/workflows/Test.yml @@ -192,8 +192,8 @@ jobs: fail-fast: false matrix: os: - - '10.15' - - '11.0' + - '11' + - '12' backend: - mcode - llvm -- cgit v1.2.3