Skip to content

Commit 811a5cd

Browse files
authored
Test aarch64-apple-darwin in test/MINLPTests
1 parent 9e74072 commit 811a5cd

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/minlptests.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ jobs:
1414
version: ['1']
1515
os: [ubuntu-latest, macOS-latest, windows-latest]
1616
arch: ['x64']
17+
include:
18+
- version: '1'
19+
os: macos-14
20+
arch: aarch64
1721
steps:
1822
- uses: actions/checkout@v4
1923
- uses: julia-actions/setup-julia@v2
@@ -22,8 +26,7 @@ jobs:
2226
arch: ${{ matrix.arch }}
2327
- uses: julia-actions/cache@v1
2428
- uses: julia-actions/julia-buildpkg@v1
25-
- name:
26-
shell: julia --color=yes {0}
29+
- shell: julia --color=yes {0}
2730
run: |
2831
amplnlwriter = ENV["GITHUB_WORKSPACE"]
2932
path = joinpath(amplnlwriter, "test", "MINLPTests")

0 commit comments

Comments
 (0)