From df0c471cc9d5308c92e80bd27ef597978b6f022d Mon Sep 17 00:00:00 2001 From: Stephen Celis Date: Tue, 24 Oct 2023 13:17:27 -0700 Subject: [PATCH] wip --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e302a4..3cfa6e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,8 +38,8 @@ jobs: swift: - '5.6' - '5.9' - name: Ubuntu (Swift ${{ matrix.swift }}, ${{ matrix.config }}) - runs-on: ubuntu-latest + name: Ubuntu (Swift ${{ matrix.swift }}) + runs-on: ubuntu-20.04 steps: - uses: swift-actions/setup-swift@v1 with: