From 5e755028d9e9911df67d4ca6e4b8b5ba345a96b2 Mon Sep 17 00:00:00 2001 From: Rauhul Varma Date: Mon, 7 Oct 2024 20:47:58 -0700 Subject: [PATCH] use image from @al45tair to debug dispatch crashes --- .github/workflows/swift.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 69e784a..9774ac2 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -33,10 +33,8 @@ jobs: - name: jammy version: "22.04" swift: - - repo: swift - version: "6.0" - - repo: swiftlang/swift - version: "nightly-main" + - repo: al45tair/swift-dispatch-test + version "6.0" container: ${{ matrix.swift.repo }}:${{ matrix.swift.version }}-${{ matrix.os.name }} steps: - uses: actions/checkout@v4