From 06664890a93527d5e4a18dc621b173d10fa2a9bc Mon Sep 17 00:00:00 2001 From: freef4ll <103502659+freef4ll@users.noreply.github.com> Date: Mon, 14 Oct 2024 09:43:00 +0300 Subject: [PATCH] Update swift-macos-previous.yml --- .github/workflows/swift-macos-previous.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}