From bd458e8521c7be41865922c045c19d74c429a5f1 Mon Sep 17 00:00:00 2001 From: weak Date: Sat, 6 Jul 2024 11:12:56 +0200 Subject: [PATCH] update pr workflow dependencies Signed-off-by: weak --- .github/workflows/pull_requests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull_requests.yml b/.github/workflows/pull_requests.yml index e87a5f25e..346741771 100644 --- a/.github/workflows/pull_requests.yml +++ b/.github/workflows/pull_requests.yml @@ -7,14 +7,14 @@ on: jobs: build_and_test: - runs-on: macos-13 + runs-on: macos-14 if: ${{ github.event.pull_request.draft == false }} steps: - uses: maxim-lobanov/setup-xcode@v1 with: xcode-version: latest-stable - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install dependencies run: |