From 186d48fba2722ab1ce9d5d38e92c44ba2e588f32 Mon Sep 17 00:00:00 2001 From: Ilia Shipitsin Date: Sat, 4 May 2024 21:25:39 +0200 Subject: [PATCH] CI: add macos-14 --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index dd58217a..621aee5f 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -7,7 +7,7 @@ jobs: build_and_test: strategy: matrix: - os: [macos-13, macos-12, macos-11] + os: [macos-14, macos-13, macos-12, macos-11] name: ${{ matrix.os }} runs-on: ${{ matrix.os }} steps: