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 a03319c commit f7929eaCopy full SHA for f7929ea
.github/workflows/julia-tests-ubuntu.yml .github/workflows/julia-tests.yml.github/workflows/julia-tests-ubuntu.yml renamed to .github/workflows/julia-tests.yml
@@ -9,7 +9,7 @@ permissions:
9
actions: write
10
contents: read
11
jobs:
12
- test-windows-mac:
+ build-windows-mac:
13
# Compile but don't test on these platforms
14
name: Julia ${{ matrix.triplet}} - ${{ github.event_name }}
15
runs-on: ubuntu-latest
@@ -40,7 +40,9 @@ jobs:
40
- run: |
41
julia --color=yes -e 'using Pkg; Pkg.add("BinaryBuilder")'
42
julia --color=yes .github/julia/build_tarballs.jl ${{ matrix.triplet }} --verbose --deploy="local"
43
- test:
+ env:
44
+ BINARYBUILDER_AUTOMATIC_APPLE: true
45
+ build-and-test-linux:
46
name: Julia - ${{ github.event_name }}
47
48
steps:
0 commit comments