diff --git a/.circleci/config.yml b/.circleci/config.yml index 0e80f5b24..2fa0ae743 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -24,7 +24,7 @@ executors: toil_wes_test_executor: machine: # run the steps with Ubuntu VM - image: ubuntu-2204:2024.04.4 + image: ubuntu-2204:2024.11.1 resource_class: medium common_filters: &common_filters diff --git a/dockstore-cli-integration-testing/src/test/java/io/dockstore/client/cli/WDLWorkflowIT.java b/dockstore-cli-integration-testing/src/test/java/io/dockstore/client/cli/WDLWorkflowIT.java index 214933c64..5b8f60947 100644 --- a/dockstore-cli-integration-testing/src/test/java/io/dockstore/client/cli/WDLWorkflowIT.java +++ b/dockstore-cli-integration-testing/src/test/java/io/dockstore/client/cli/WDLWorkflowIT.java @@ -97,7 +97,7 @@ void testRunningCheckerWDLWorkflow() throws IOException { workflowApi.publish1(refresh.getId(), publishRequest); // get test json - String testVersion = "1.3.0"; + String testVersion = "1.4.0"; // Also test that files can be gotten by owner even though it's hidden List workflowVersions = refresh.getWorkflowVersions(); workflowVersions.stream().filter(v -> v.getName().equals(testVersion)).forEach(v -> v.setHidden(true));