Skip to content

Commit 1ee69ee

Browse files
committed
Update ubuntu image for CI
1 parent 1d722be commit 1ee69ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
- name: iOS - ${{ matrix.destination }}
2727
run: set -o pipefail && xcodebuild -scheme SwiftkubeModel -destination "${{ matrix.destination }}" clean test | xcpretty
2828
linux:
29-
runs-on: ubuntu-18.04
30-
container: swift:5.5
29+
runs-on: ubuntu-latest
30+
container: swift:5.6
3131
steps:
3232
- uses: actions/checkout@v2
3333
- name: Build

0 commit comments

Comments
 (0)