From 398433d42e92393c166695bb12796f5d6c400fa7 Mon Sep 17 00:00:00 2001 From: Salar Rahmanian Date: Sun, 9 Feb 2025 09:53:37 -0800 Subject: [PATCH] remove swift actions --- .github/workflows/build-and-release.yml | 10 ---------- .github/workflows/test.yml | 5 ----- 2 files changed, 15 deletions(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 8dd5a89..b10ebba 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -14,11 +14,6 @@ jobs: - name: Checkout code uses: actions/checkout@v3 - - name: Set up Swift - uses: swift-actions/setup-swift@v2 - with: - swift-version: '6.0' - - name: Get swift version run: swift --version @@ -40,11 +35,6 @@ jobs: - name: Checkout code uses: actions/checkout@v3 - - name: Set up Swift - uses: swift-actions/setup-swift@v2 - with: - swift-version: '6.0' - - name: Get swift version run: swift --version diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f890860..e54e830 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,11 +18,6 @@ jobs: - name: Checkout code uses: actions/checkout@v3 - - name: Set up Swift - uses: swift-actions/setup-swift@v2 - with: - swift-version: '6.0' - - name: Get swift version run: swift --version