We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23f185d commit f2128dfCopy full SHA for f2128df
.github/workflows/test-linux.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
matrix:
16
swift: ["6"]
17
- ubuntu: ["ubuntu-latest"]
+ ubuntu: ["ubuntu-24.04"]
18
19
name: SwiftPM build in Swift ${{ matrix.swift }} on ${{ matrix.ubuntu }}
20
runs-on: ${{ matrix.ubuntu }}
0 commit comments