diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 34c24e3..7789057 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: fail-fast: false matrix: include: - - runner: macos-12 + - runner: macos-13 os: darwin arch: amd64 - runner: macos-13-xlarge @@ -26,7 +26,7 @@ jobs: - runner: windows-2019 os: windows arch: amd64 - - runner: ubuntu-20.04 + - runner: ubuntu-22.04 os: linux arch: amd64 - runner: buildjet-2vcpu-ubuntu-2204-arm @@ -114,6 +114,9 @@ jobs: # start community ./localstack start -d ./localstack wait -t 180 + # TODO this is a hotfix to capture the first build of the service catalog which takes longer than + # the allowed timeout in `localstack status services` (2s) + curl http://localhost.localstack.cloud:4566/_localstack/health ./localstack status services --format plain ./localstack status services --format plain | grep "s3=available" ./localstack stop