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 aa35ba7 commit 1773c1bCopy full SHA for 1773c1b
.github/workflows/build_and_test.yml
@@ -46,7 +46,6 @@ jobs:
46
matrix:
47
os:
48
- ubuntu-latest
49
- - ubuntu-24.04-arm
50
- macos-15
51
steps:
52
- uses: actions/checkout@v4
@@ -56,14 +55,15 @@ jobs:
56
55
- name: Build
57
run: swift build -v
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
+
65
integration-test-linux:
- runs-on: ${{ matrix.os }}
- strategy:
- fail-fast: false
- matrix:
- os:
- - ubuntu-latest
66
+ runs-on: ubuntu-latest
67
services:
68
spark:
69
image: apache/spark:4.0.0-preview2
0 commit comments