From e1e10b6aac4ea05a9945fe0e13214d5b842f8c6b Mon Sep 17 00:00:00 2001 From: Josh Elkins Date: Wed, 17 Sep 2025 09:53:11 -0500 Subject: [PATCH] Use Swift 6.2 as latest --- .github/workflows/continuous-integration.yml | 2 +- .github/workflows/integration-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 90f03c5d18f..80625a495b1 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -155,7 +155,7 @@ jobs: - jammy version: - "5.9" - - "6.1" + - "6.2" env: ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true steps: diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 5ef583f0e91..c40aa1d28fe 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -164,7 +164,7 @@ jobs: - jammy version: - "5.9" - - "6.1" + - "6.2" env: ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true steps: