diff --git a/.github/workflows/swift-macos-previous.yml b/.github/workflows/swift-macos-previous.yml index 093376e6..bb120180 100644 --- a/.github/workflows/swift-macos-previous.yml +++ b/.github/workflows/swift-macos-previous.yml @@ -14,7 +14,7 @@ jobs: fail-fast: false matrix: os: [macos-14] - swift: ["5.8", "5.9"] + swift: ["5.9", "5.10"] runs-on: ${{ matrix.os }}