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.
ubuntu-24.04-arm
build
integration-test-linux
1 parent 4185eb9 commit df42a3fCopy full SHA for df42a3f
.github/workflows/build_and_test.yml
@@ -46,6 +46,7 @@ jobs:
46
matrix:
47
os:
48
- ubuntu-latest
49
+ - ubuntu-24.04-arm
50
- macos-15
51
steps:
52
- uses: actions/checkout@v4
@@ -56,7 +57,13 @@ jobs:
56
57
run: swift build -v
58
59
integration-test-linux:
- runs-on: ubuntu-latest
60
+ runs-on: ${{ matrix.os }}
61
+ strategy:
62
+ fail-fast: false
63
+ matrix:
64
+ os:
65
+ - ubuntu-latest
66
67
services:
68
spark:
69
image: apache/spark:4.0.0-preview2
0 commit comments