Skip to content

Commit 33f82b5

Browse files
committed
Set GitHub action to use Ubuntu 22.04
1 parent fc804ec commit 33f82b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/swift.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ${{ matrix.os }}
1111
strategy:
1212
matrix:
13-
os: [ubuntu-latest, macos-latest]
13+
os: [ubuntu-22.04, macos-latest]
1414
swift: ["5.9.0"]
1515
steps:
1616
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)