diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 0d882eab..17a82ce4 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -71,7 +71,7 @@ jobs: run: test -z "$(git status --porcelain=v1)" macOS: name: macOS - runs-on: macOS-12 + runs-on: macOS-latest steps: - name: Checkout code uses: actions/checkout@v4