We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f96a6dc commit d823815Copy full SHA for d823815
1 file changed
.spi.yml
@@ -1,6 +1,11 @@
1
version: 1
2
builder:
3
configs:
4
+ # macOS builds (no system packages needed — FreeTDS via Homebrew is on SPI runners)
5
+ - platform: macos-spm
6
+ - platform: macos-xcodebuild
7
+
8
+ # Linux builds — install FreeTDS and pkg-config via apt before building
9
- platform: linux
10
swift_version: '5.10'
11
linux_packages:
@@ -20,4 +25,4 @@ builder:
20
25
swift_version: '6.2'
21
26
22
27
- freetds-dev
23
- - pkg-config
28
+ - pkg-config
0 commit comments