We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d722be commit 1ee69eeCopy full SHA for 1ee69ee
.github/workflows/ci.yml
@@ -26,8 +26,8 @@ jobs:
26
- name: iOS - ${{ matrix.destination }}
27
run: set -o pipefail && xcodebuild -scheme SwiftkubeModel -destination "${{ matrix.destination }}" clean test | xcpretty
28
linux:
29
- runs-on: ubuntu-18.04
30
- container: swift:5.5
+ runs-on: ubuntu-latest
+ container: swift:5.6
31
steps:
32
- uses: actions/checkout@v2
33
- name: Build
0 commit comments