From ca55e818a51771a1f02717a65cb5aab7fbfa3568 Mon Sep 17 00:00:00 2001 From: nuomi1 Date: Sun, 28 Apr 2024 22:22:03 +0800 Subject: [PATCH] feat: update os and swift (#1311) --- .github/workflows/swift.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 1a8218bb7..f6c371518 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -18,8 +18,8 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macos-latest] - swift: ["5.10", "5.9", "5.8"] + os: ["ubuntu-22.04", "macos-14"] + swift: ["5.10", "5.9"] steps: - uses: swift-actions/setup-swift@v2 with: