From 82a89f605530b23f84659c297e8d0f9b00a1dc22 Mon Sep 17 00:00:00 2001 From: Fabian Schiebel <52407375+fabianbs96@users.noreply.github.com> Date: Mon, 9 Oct 2023 17:29:02 +0200 Subject: [PATCH] Pin swift version (#671) --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e4c32f0b..ccf529334 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,6 +55,8 @@ jobs: libclang-rt-14-dev - uses: swift-actions/setup-swift@v1 + with: + swift-version: "5.8.1" - name: Building Phasar in ${{ matrix.build }} with ${{ matrix.compiler[0] }} env: BUILD_TYPE: ${{ matrix.build }}