From d1e5f8a38603a851aaf68ee799e30f4344aaf91c Mon Sep 17 00:00:00 2001 From: Korich <870237+ikorich@users.noreply.github.com> Date: Sat, 21 Oct 2023 22:23:09 +0300 Subject: [PATCH] Update swift.yml --- .github/workflows/swift.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 95c2cd6..89a7177 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -15,7 +15,8 @@ jobs: name: Swift ${{ matrix.swift }} on ${{ matrix.os }} strategy: matrix: - os: [macos-13, macos-latest] +# os: [macos-13, macos-latest] + os: [macos-13] swift: ["5.8", "5.9"] runs-on: ${{ matrix.os }}