diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index cf33a599c..be4330409 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -12,7 +12,7 @@ jobs: actions: write # for styfle/cancel-workflow-action to cancel/stop running workflows contents: write # for actions/checkout to fetch code and softprops/action-gh-release if: github.event_name == 'push' || github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch' - runs-on: macos-12 + runs-on: macos-13 steps: - name: Cancel previous runs uses: styfle/cancel-workflow-action@0.12.1