File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed
Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ jobs:
3030 architecture : arm64
3131 python-version : ' 3.x'
3232 julia-version : ' nightly'
33- - os : macos-latest
33+ - os : macos-15-intel
3434 architecture : x64 # agent is arm64 (runs under Rosetta)
3535 python-version : ' 3.x'
3636 julia-version : ' 1'
37- - os : macos-latest
37+ - os : macos-15-intel
3838 architecture : x64 # agent is arm64 (runs under Rosetta)
3939 python-version : ' 3.x'
4040 julia-version : ' nightly'
7070 architecture : ${{ matrix.architecture }}
7171 - name : Install numpy
7272 run : python -m pip install --user numpy
73- if : ${{ !(matrix.os == 'macos-latest' && matrix.architecture == 'x64') }}
74- - name : Install numpy (Rosetta)
75- run : arch -x86_64 python -m pip install --user numpy
76- if : ${{ matrix.os == 'macos-latest' && matrix.architecture == 'x64' }}
7773 - name : Install virtualenv
7874 run : python -m pip install virtualenv
79- if : ${{ !(matrix.os == 'macos-latest' && matrix.architecture == 'x64') }}
80- - name : Install virtualenv (Rosetta)
81- run : arch -x86_64 python -m pip install virtualenv
82- if : ${{ matrix.os == 'macos-latest' && matrix.architecture == 'x64' }}
8375 - run : virtualenv --version
8476 - name : Setup julia
8577 uses : julia-actions/setup-julia@v1
You can’t perform that action at this time.
0 commit comments