Skip to content

Commit 3f3673d

Browse files
authored
Lock Ubuntu CI version (#685)
GitHub recently updated their latest version, which doesn't support Swift.
1 parent 49a7e71 commit 3f3673d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- "5.7"
3636

3737
name: Ubuntu (Swift ${{ matrix.swift }})
38-
runs-on: ubuntu-latest
38+
runs-on: ubuntu-20.04
3939
steps:
4040
- uses: swift-actions/setup-swift@v1
4141
with:

0 commit comments

Comments
 (0)