From 767714403132f478e76b2cdea5f198f2e94d0fef Mon Sep 17 00:00:00 2001 From: Finn Hermansson Date: Fri, 19 Apr 2024 16:02:33 +0200 Subject: [PATCH] bump macos runner in test action Signed-off-by: Finn Hermansson --- .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 d801386..17ef496 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,7 +10,7 @@ jobs: HOMEBREW_NO_INSTALL_FROM_API: 1 strategy: matrix: - os: [ubuntu-22.04, macos-11] + os: [ubuntu-22.04, macos-14] runs-on: ${{ matrix.os }} steps: - name: Set up Homebrew