Skip to content

Commit 1773c1b

Browse files
committed
Use swift docker image
1 parent aa35ba7 commit 1773c1b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/build_and_test.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ jobs:
4646
matrix:
4747
os:
4848
- ubuntu-latest
49-
- ubuntu-24.04-arm
5049
- macos-15
5150
steps:
5251
- uses: actions/checkout@v4
@@ -56,14 +55,15 @@ jobs:
5655
- name: Build
5756
run: swift build -v
5857

58+
build-ubuntu-24.04-arm:
59+
runs-on: ubuntu-24.04-arm
60+
steps:
61+
- uses: actions/checkout@v4
62+
- name: Build
63+
run: docker run -it -v $PWD:/orc -w /orc --rm swift:6.1 swift build -v
64+
5965
integration-test-linux:
60-
runs-on: ${{ matrix.os }}
61-
strategy:
62-
fail-fast: false
63-
matrix:
64-
os:
65-
- ubuntu-latest
66-
- ubuntu-24.04-arm
66+
runs-on: ubuntu-latest
6767
services:
6868
spark:
6969
image: apache/spark:4.0.0-preview2

0 commit comments

Comments
 (0)