From 1c8ae67ed29f3e8f56ba339e93c2171f20653450 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Fri, 23 Feb 2024 09:08:11 +0000 Subject: [PATCH] CI: Upgrade OS on Linux ARM64 runners --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: |