From 1a0f754c9c165012be2eed7f39a3dd3c4f506824 Mon Sep 17 00:00:00 2001 From: Mats Eikeland Mollestad Date: Sat, 21 Nov 2020 10:47:09 +0100 Subject: [PATCH] [fix] Github Actions runner --- .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 bba5d3b0..d09ad4be 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -10,7 +10,7 @@ on: jobs: check-doc-coverage: - runs-on: swift:5.1.3-bionic + runs-on: ubuntu-latest steps: - uses: actions/checkout@v1.2.0 - name: Calculate Documentation Coverage @@ -41,7 +41,7 @@ jobs: release-docs: needs: [xenial, bionic] - runs-on: swift:5.1.3-bionic + runs-on: ubuntu-latest steps: - uses: actions/checkout@v1.2.0 - name: Generate Documentation