From 626e385b3b1d3366935a61098e6debf5aba3c108 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Tue, 21 May 2024 19:20:33 +0100 Subject: [PATCH] macos-11 runner is going away, but -14 now exists --- .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 d0868e1..8f87b05 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -6,7 +6,7 @@ jobs: strategy: fail-fast: false matrix: - runs-on: ['macos-13', 'macos-11', 'macos-12'] + runs-on: ['macos-13', 'macos-14', 'macos-12'] runs-on: ${{ matrix.runs-on }} steps: - uses: actions/checkout@v4