We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85fdcac commit 6629f29Copy full SHA for 6629f29
.github/workflows/swift.yml
@@ -23,7 +23,7 @@ jobs:
23
name: Linux
24
strategy:
25
matrix:
26
- container: ["swift:6.0.3", "swift:6.1.2"]
+ container: ["swift:6.0.3", "swift:6.1.2", "swift:6.2.3"]
27
config: ["debug", "release"]
28
options: ["", "SWIFT_BUILD_DYNAMIC_LIBRARY=1"]
29
runs-on: ubuntu-latest
@@ -41,8 +41,8 @@ jobs:
41
42
fail-fast: false
43
44
- swift: ['6.1', 'nightly-6.2']
45
- arch: ["aarch64", "x86_64"]
+ swift: ['6.2.3', 'nightly-6.3']
+ arch: ['aarch64', 'x86_64', 'armv7']
46
runs-on: macos-15
47
timeout-minutes: 30
48
steps:
0 commit comments