Skip to content

Commit

Permalink
CI: Fix CircleCI machine image (#3821)
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-charmworks authored and ebohm committed May 30, 2024
1 parent 5fc224e commit 6e7fd56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2.1
jobs:
NetLRTS-ARM64:
machine:
image: ubuntu-2004:2022.04.1
image: ubuntu-2204:edge
resource_class: arm.medium

steps:
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:

NetLRTS-ARM64-SMP:
machine:
image: ubuntu-2004:2022.04.1
image: ubuntu-2204:edge
resource_class: arm.medium

steps:
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:

MPI-ARM64:
machine:
image: ubuntu-2004:2022.04.1
image: ubuntu-2204:edge
resource_class: arm.medium

steps:
Expand Down

0 comments on commit 6e7fd56

Please sign in to comment.