diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index cafd15d..47fd78d 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -25,7 +25,7 @@ jobs: node-version: [20] # The type of runner that the job will run on - runs-on: macos-12 + runs-on: macos-13 steps: - uses: actions/checkout@v4