diff --git a/.github/workflows/deploypod.yml b/.github/workflows/deploypod.yml index 21fd5b3..74f78a5 100644 --- a/.github/workflows/deploypod.yml +++ b/.github/workflows/deploypod.yml @@ -7,10 +7,10 @@ on: jobs: build-and-deploy: - runs-on: macos-12 + runs-on: macos-14 steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Get Pod Version run: |