From 48bc51c78650fe86dcdfcf467a015fcb622b2a08 Mon Sep 17 00:00:00 2001 From: firewave Date: Mon, 10 Feb 2025 04:20:07 +0100 Subject: [PATCH] CI-unixish.yml: added `macos-15` --- .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 46f3dc02..7e962a47 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-22.04, ubuntu-24.04, macos-13, macos-14] + os: [ubuntu-22.04, ubuntu-24.04, macos-13, macos-14, macos-15] fail-fast: false runs-on: ${{ matrix.os }}