diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 697f43cee..a57bc1f4a 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -7,7 +7,7 @@ jobs: build: name: Mac OS Build permissions: write-all - runs-on: macos-13 + runs-on: macos-14 steps: - name: Pulling the new commit uses: actions/checkout@v2