From 46adc0e4720e9d00b6d63f62168840a086ab26e0 Mon Sep 17 00:00:00 2001 From: Tessil Date: Sun, 22 Sep 2024 11:46:41 +0100 Subject: [PATCH] Use macOS 13 in CI --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 380f2c9..b7b8686 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,13 +29,13 @@ jobs: } - { name: macos-x64-gcc, - os: macos-latest, + os: macos-13, cxx: g++, cmake-build-type: Release } - { name: macos-x64-clang, - os: macos-latest, + os: macos-13, cxx: clang++, cmake-build-type: Release }