diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f3caf6e79..a544ec9aa 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,18 +39,17 @@ jobs: strategy: fail-fast: false matrix: - step: ["main-snapshot", "16.4", "16.3"] + step: ["main-snapshot", "26.0", "16.4"] include: - step: "main-snapshot" - xcode: "16.4" + xcode: "26.0" swiftly: "main-snapshot" continueOnError: true + - step: "26.0" + xcode: "26.0" - step: "16.4" xcode: "16.4" - - step: "16.3" - xcode: "16.3" - baseline: "macos-swift-6.1.json" - runs-on: macos-15 + runs-on: macos-26 continue-on-error: ${{ matrix.continueOnError == true }} steps: - uses: actions/checkout@master @@ -101,11 +100,13 @@ jobs: strategy: fail-fast: false matrix: - swift: ["nightly-main", "6.1"] + swift: ["nightly-main", "6.2", "6.1"] include: - swift: "nightly-main" container: "swiftlang/swift:nightly-main" continueOnError: true + - swift: "6.2" + container: "swift:6.2" - swift: "6.1" container: "swift:6.1" runs-on: ubuntu-latest diff --git a/baselines/macos-swift-6.1.json b/baselines/macos-swift-6.1.json deleted file mode 100644 index 4aa475ed7..000000000 --- a/baselines/macos-swift-6.1.json +++ /dev/null @@ -1 +0,0 @@ -{"v1":{"usrs":["s:13ConfigurationAAC20_retainFilesMatchers33_99B696DD1FA930EA831ABFF16BC88E61LLSay15FilenameMatcherAEVGSgvp","s:13ConfigurationAAC21_indexExcludeMatchers33_99B696DD1FA930EA831ABFF16BC88E61LLSay15FilenameMatcherAEVGSgvp","s:8Frontend13UpdateCheckerC13latestVersion33_996BB8CE205CF54754BD877559C8CCFELLSSSgvp","s:8Frontend13UpdateCheckerC5error33_996BB8CE205CF54754BD877559C8CCFELLs5Error_pSgvp"]}} \ No newline at end of file