diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 920b01a..aed3a04 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -50,7 +50,7 @@ jobs: if: "github.event_name == 'push' && github.event.ref == 'refs/heads/main'" needs: - "check" - runs-on: macos-13 + runs-on: macos-14 permissions: actions: read contents: write diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3953b61..de542a1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: description: ${{ github.repository }}/${{ github.workflow }}#${{ github.run_number }} publish: - runs-on: macos-13 + runs-on: macos-14 needs: create_staging_repository steps: - name: Checkout repository