Skip to content

Commit

Permalink
Tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmorris committed Oct 11, 2024
1 parent 73eabf3 commit 168b6a1
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
make-archives:
parallelism: 1
machine:
image: ubuntu-2204:2023.10.1
image: ubuntu-2204:2024.05.1
resource_class: xlarge
steps:
- checkout
Expand All @@ -69,7 +69,7 @@ jobs:
make-test-8-3-static:
parallelism: 1
machine:
image: ubuntu-2204:2023.10.1
image: ubuntu-2204:2024.05.1
resource_class: xlarge
steps:
- attach_workspace:
Expand All @@ -81,7 +81,7 @@ jobs:
make-test-8-3-shared:
parallelism: 1
machine:
image: ubuntu-2204:2023.10.1
image: ubuntu-2204:2024.05.1
resource_class: xlarge
steps:
- attach_workspace:
Expand All @@ -93,7 +93,7 @@ jobs:
make-test-8-3-dynamic:
parallelism: 1
machine:
image: ubuntu-2204:2023.10.1
image: ubuntu-2204:2024.05.1
resource_class: xlarge
steps:
- attach_workspace:
Expand All @@ -105,7 +105,7 @@ jobs:
make-test-8-2-static:
parallelism: 1
machine:
image: ubuntu-2204:2023.10.1
image: ubuntu-2204:2024.05.1
resource_class: xlarge
steps:
- attach_workspace:
Expand All @@ -117,7 +117,7 @@ jobs:
make-test-8-2-shared:
parallelism: 1
machine:
image: ubuntu-2204:2023.10.1
image: ubuntu-2204:2024.05.1
resource_class: xlarge
steps:
- attach_workspace:
Expand All @@ -129,7 +129,7 @@ jobs:
make-test-8-2-dynamic:
parallelism: 1
machine:
image: ubuntu-2204:2023.10.1
image: ubuntu-2204:2024.05.1
resource_class: xlarge
steps:
- attach_workspace:
Expand All @@ -141,7 +141,7 @@ jobs:
make-test-8-1-static:
parallelism: 1
machine:
image: ubuntu-2204:2023.10.1
image: ubuntu-2204:2024.05.1
resource_class: xlarge
steps:
- attach_workspace:
Expand All @@ -153,7 +153,7 @@ jobs:
make-test-8-1-shared:
parallelism: 1
machine:
image: ubuntu-2204:2023.10.1
image: ubuntu-2204:2024.05.1
resource_class: xlarge
steps:
- attach_workspace:
Expand All @@ -165,7 +165,7 @@ jobs:
make-test-8-1-dynamic:
parallelism: 1
machine:
image: ubuntu-2204:2023.10.1
image: ubuntu-2204:2024.05.1
resource_class: xlarge
steps:
- attach_workspace:
Expand All @@ -177,7 +177,7 @@ jobs:
make-test-8-0-static:
parallelism: 1
machine:
image: ubuntu-2204:2023.10.1
image: ubuntu-2204:2024.05.1
resource_class: xlarge
steps:
- attach_workspace:
Expand All @@ -189,7 +189,7 @@ jobs:
make-test-8-0-shared:
parallelism: 1
machine:
image: ubuntu-2204:2023.10.1
image: ubuntu-2204:2024.05.1
resource_class: xlarge
steps:
- attach_workspace:
Expand All @@ -201,7 +201,7 @@ jobs:
make-test-8-0-dynamic:
parallelism: 1
machine:
image: ubuntu-2204:2023.10.1
image: ubuntu-2204:2024.05.1
resource_class: xlarge
steps:
- attach_workspace:
Expand Down

0 comments on commit 168b6a1

Please sign in to comment.