We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc804ec commit 33f82b5Copy full SHA for 33f82b5
1 file changed
.github/workflows/swift.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ${{ matrix.os }}
11
strategy:
12
matrix:
13
- os: [ubuntu-latest, macos-latest]
+ os: [ubuntu-22.04, macos-latest]
14
swift: ["5.9.0"]
15
steps:
16
- uses: actions/checkout@v2
0 commit comments