From 5aa028d4b0633263d4366b8f3876717da308b537 Mon Sep 17 00:00:00 2001 From: Lukas Kubanek <533299+lukaskubanek@users.noreply.github.com> Date: Mon, 4 Nov 2024 11:36:06 +0100 Subject: [PATCH] Updated ci.yml --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5032523..2b21b1f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,16 +11,16 @@ jobs: runs-on: macos-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Build run: swift build -v linux: runs-on: ubuntu-latest container: - image: swift:5.2 + image: swift:5.5 steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Build run: swift build -v