Skip to content

Commit f7929ea

Browse files
committed
Update
1 parent a03319c commit f7929ea

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99
actions: write
1010
contents: read
1111
jobs:
12-
test-windows-mac:
12+
build-windows-mac:
1313
# Compile but don't test on these platforms
1414
name: Julia ${{ matrix.triplet}} - ${{ github.event_name }}
1515
runs-on: ubuntu-latest
@@ -40,7 +40,9 @@ jobs:
4040
- run: |
4141
julia --color=yes -e 'using Pkg; Pkg.add("BinaryBuilder")'
4242
julia --color=yes .github/julia/build_tarballs.jl ${{ matrix.triplet }} --verbose --deploy="local"
43-
test:
43+
env:
44+
BINARYBUILDER_AUTOMATIC_APPLE: true
45+
build-and-test-linux:
4446
name: Julia - ${{ github.event_name }}
4547
runs-on: ubuntu-latest
4648
steps:

0 commit comments

Comments
 (0)