We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d660f10 commit 7eaa4dbCopy full SHA for 7eaa4db
.github/workflows/build_and_test.yml
@@ -39,7 +39,7 @@ jobs:
39
with:
40
config: .github/.licenserc.yaml
41
42
- build:
+ build-macos-15:
43
runs-on: macos-15
44
steps:
45
- uses: actions/checkout@v4
@@ -82,11 +82,10 @@ jobs:
82
options: --entrypoint /opt/spark/sbin/start-connect-server.sh
83
84
85
- - uses: swift-actions/setup-swift@d10500c1ac8822132eebbd74c48c3372c71d7ff5
86
- with:
87
- swift-version: "6.1"
88
- - name: Test
89
- run: swift test --no-parallel
+ - name: Build
+ run: |
+ docker run swift:6.1 uname -a
+ docker run -v $PWD:/orc -w /orc swift:6.1 swift build -v
90
91
integration-test-mac:
92
0 commit comments