Exclude Swift on macos for version 2.14.6

This commit is contained in:
Andrew Eisenberg 2024-11-06 15:23:10 -08:00
parent 34919cb664
commit 1489c9c992
No known key found for this signature in database
3 changed files with 16 additions and 9 deletions

View file

@ -8,7 +8,9 @@ javac Main.java
go build main.go
# Not all platforms support Swift
if [[ "$OSTYPE" == "darwin"* ]]; then
echo "Compiling Swift"
swift build
fi