From 973ff7f008282372257a1aff5ae98292db5b3e82 Mon Sep 17 00:00:00 2001 From: fauxpark Date: Fri, 15 Mar 2024 23:58:58 +1100 Subject: [PATCH] Add macOS 14 M1 runner --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 79d0063..1ad1009 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,7 +17,7 @@ jobs: test-bot: strategy: matrix: - os: [macos-11, macos-12, macos-13] + os: [macos-12, macos-13, macos-14] runs-on: ${{ matrix.os }} steps: - name: Set up Homebrew @@ -47,7 +47,7 @@ jobs: - name: Upload bottles as artifact if: always() && github.event_name == 'pull_request' - uses: actions/upload-artifact@main + uses: actions/upload-artifact@v3 with: name: bottles path: "*.bottle.*"