From b386a2b2723df0ae8442ba076beb90ad8259eaad Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Sun, 26 May 2024 23:35:23 +0700 Subject: [PATCH] ci: Remove macos-11 runners, add macos-14 On June 28, 2024, macos-11 runners will be removed. --- .github/workflows/macos.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 48d179f6cbcb..bae51008a660 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -9,11 +9,10 @@ jobs: build: strategy: matrix: - os: [macos-11, macos-13] + os: [macos-13, macos-14] build_type: [Debug, Release] std: [11, 17, 20] exclude: - - { os: macos-11, std: 20 } - { os: macos-13, std: 11 } - { os: macos-13, std: 17 } include: