File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 7575 -e 's/"$//g')
7676 VERIFY_DEFAULT=0 dev/release/verify_rc.sh ${version} 100
7777 test :
78- name : ${{ matrix.pkg.name }} - Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ matrix. nthreads }} threads - ${{ github.event_name }}
78+ name : ${{ matrix.pkg.name }} - Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.nthreads }} threads - ${{ github.event_name }}
7979 runs-on : ${{ matrix.os }}
8080 timeout-minutes : 45
8181 strategy :
@@ -93,15 +93,15 @@ jobs:
9393 - ' pre' # expands to latest alpha, beta or RC, if available, otherwise same as `1`
9494 os :
9595 - ubuntu-latest
96- arch :
97- - x64
98- nthreads : [1, 2]
96+ - macos-latest
97+ nthreads :
98+ - 1
99+ - 2
99100 steps :
100101 - uses : actions/checkout@v6
101102 - uses : julia-actions/setup-julia@v2
102103 with :
103104 version : ${{ matrix.version }}
104- arch : ${{ matrix.arch }}
105105 - uses : actions/cache@v5
106106 env :
107107 cache-name : cache-artifacts
You can’t perform that action at this time.
0 commit comments