Skip to content

Commit

Permalink
[fix] Github Actions runner
Browse files Browse the repository at this point in the history
  • Loading branch information
MatsMoll committed Nov 21, 2020
1 parent b2dfd43 commit 1a0f754
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
check-doc-coverage:
runs-on: swift:5.1.3-bionic
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Calculate Documentation Coverage
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:

release-docs:
needs: [xenial, bionic]
runs-on: swift:5.1.3-bionic
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Generate Documentation
Expand Down

0 comments on commit 1a0f754

Please sign in to comment.