diff --git a/.github/workflows/production-cells-split.yml b/.github/workflows/production-cells-split.yml index ba5fd03..017d74b 100644 --- a/.github/workflows/production-cells-split.yml +++ b/.github/workflows/production-cells-split.yml @@ -6,7 +6,7 @@ on: jobs: deploy: - runs-on: macos-latest + runs-on: macos-13 env: AWS_ACCESS_KEY_ID: ${{ secrets.ACCESS_KEY }} AWS_SECRET_ACCESS_KEY: ${{ secrets.SECRET_ACCESS }}