diff --git a/.github/workflows/pull_requests.yml b/.github/workflows/pull_requests.yml index e87a5f25..34674177 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: |