From 2230bf7bce169a9954745fa5374f0375e88b74c6 Mon Sep 17 00:00:00 2001 From: tonychanchen Date: Mon, 9 Dec 2024 16:37:38 +0800 Subject: [PATCH] Update deploypod.yml --- .github/workflows/deploypod.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: |