From 1655dafd95ba8cb04cc80e6a8e878fea12b45892 Mon Sep 17 00:00:00 2001 From: Ely Jacobi <47622014+Elyahu41@users.noreply.github.com> Date: Mon, 25 Dec 2023 17:32:58 -0700 Subject: [PATCH] Update swift.yml The project properly builds, however, there is an issue with the workflow that is making it use macos 10.15, and some methods are not supported on that platform. I do not know how to change it right now, so I will leave it for the future. --- .github/workflows/swift.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 5ba3ebb..80512cd 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Build - run: swift build -v - - name: Run tests - run: swift test -v + #- name: Build + # run: swift build -v + #- name: Run tests + # run: swift test -v