diff --git a/.circleci/config.yml b/.circleci/config.yml index c7d07d64a..a29034945 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -24,7 +24,7 @@ jobs: linux-arm64-glibc-node-18: resource_class: arm.medium machine: - image: ubuntu-2004:current + image: ubuntu-2204:current steps: - checkout - run: | @@ -46,7 +46,7 @@ jobs: linux-arm64-glibc-node-20: resource_class: arm.medium machine: - image: ubuntu-2004:current + image: ubuntu-2204:current steps: - checkout - run: | @@ -69,7 +69,7 @@ jobs: linux-arm64-musl-node-18: resource_class: arm.medium machine: - image: ubuntu-2004:current + image: ubuntu-2204:current steps: - checkout - run: | @@ -87,7 +87,7 @@ jobs: linux-arm64-musl-node-20: resource_class: arm.medium machine: - image: ubuntu-2004:current + image: ubuntu-2204:current steps: - checkout - run: |