From 849ec65f5a7ab988b613f394671a2c0dc623188d Mon Sep 17 00:00:00 2001 From: PatTheMav Date: Wed, 28 Feb 2024 20:42:54 +0100 Subject: [PATCH] CI: Add macos-14 runner to generate bottles for use on the runners --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 43a6813..80a5ec4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,7 +8,7 @@ jobs: test-bot: strategy: matrix: - os: [ubuntu-22.04, macos-13] + os: [ubuntu-22.04, macos-13, macos-14] runs-on: ${{ matrix.os }} env: HOMEBREW_NO_INSTALL_FROM_API: 1