From f9721846a947fba3834b0bddce5e2995807b160a Mon Sep 17 00:00:00 2001 From: firewave Date: Fri, 12 Jul 2024 16:41:22 +0200 Subject: [PATCH] CI-unixish.yml: removed `macos-11` / added `macos-13` and `macos-14` `macos-11` is no longer available --- .github/workflows/CI-unixish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI-unixish.yml b/.github/workflows/CI-unixish.yml index ea6ed37b..f07b179e 100644 --- a/.github/workflows/CI-unixish.yml +++ b/.github/workflows/CI-unixish.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: compiler: [clang++, g++] - os: [ubuntu-20.04, ubuntu-22.04, macos-11, macos-12] + os: [ubuntu-20.04, ubuntu-22.04, macos-12, macos-13, macos-14] fail-fast: false runs-on: ${{ matrix.os }}