From 91b1db5127600a3b1868866eef8ddfd5cdcb988b Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Sun, 26 May 2024 23:35:23 +0700 Subject: [PATCH] ci: macos-11 is being removed by GitHub. 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 48d179f6cbcb5..bae51008a660d 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: