Skip to content

Commit 10a8308

Browse files
authored
test on macOS latest (#585)
1 parent 23d253c commit 10a8308

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
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

0 commit comments

Comments
 (0)