Skip to content

Commit 7eaa4db

Browse files
committed
rename
1 parent d660f10 commit 7eaa4db

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/build_and_test.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
config: .github/.licenserc.yaml
4141

42-
build:
42+
build-macos-15:
4343
runs-on: macos-15
4444
steps:
4545
- uses: actions/checkout@v4
@@ -82,11 +82,10 @@ jobs:
8282
options: --entrypoint /opt/spark/sbin/start-connect-server.sh
8383
steps:
8484
- uses: actions/checkout@v4
85-
- uses: swift-actions/setup-swift@d10500c1ac8822132eebbd74c48c3372c71d7ff5
86-
with:
87-
swift-version: "6.1"
88-
- name: Test
89-
run: swift test --no-parallel
85+
- name: Build
86+
run: |
87+
docker run swift:6.1 uname -a
88+
docker run -v $PWD:/orc -w /orc swift:6.1 swift build -v
9089
9190
integration-test-mac:
9291
runs-on: macos-15

0 commit comments

Comments
 (0)