From 2c290064d54ef44b818e008ca7bc39b3248783e9 Mon Sep 17 00:00:00 2001 From: firewave Date: Wed, 10 Dec 2025 03:24:45 +0100 Subject: [PATCH] CI-unixish.yml: removed `macos-13` / added `macos-15-intel` and `macos-26` --- .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 d6800a82..c675d565 100644 --- a/.github/workflows/CI-unixish.yml +++ b/.github/workflows/CI-unixish.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: - os: [ubuntu-22.04, ubuntu-24.04, macos-13, macos-14, macos-15] + os: [ubuntu-22.04, ubuntu-24.04, macos-14, macos-15, macos-15-intel, macos-26] compiler: [clang++] include: - os: ubuntu-22.04