From 084e277a2c564c92eb5b0b11e16fd424a48507fd Mon Sep 17 00:00:00 2001 From: Phillip Alday Date: Wed, 4 Feb 2026 16:25:21 -0600 Subject: [PATCH] test on macOS latest --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6411ab7..aebdfc8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,7 +75,7 @@ jobs: -e 's/"$//g') VERIFY_DEFAULT=0 dev/release/verify_rc.sh ${version} 100 test: - name: ${{ matrix.pkg.name }} - Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ matrix.nthreads }} threads - ${{ github.event_name }} + name: ${{ matrix.pkg.name }} - Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.nthreads }} threads - ${{ github.event_name }} runs-on: ${{ matrix.os }} timeout-minutes: 45 strategy: @@ -93,15 +93,15 @@ jobs: - 'pre' # expands to latest alpha, beta or RC, if available, otherwise same as `1` os: - ubuntu-latest - arch: - - x64 - nthreads: [1, 2] + - macos-latest + nthreads: + - 1 + - 2 steps: - uses: actions/checkout@v6 - uses: julia-actions/setup-julia@v2 with: version: ${{ matrix.version }} - arch: ${{ matrix.arch }} - uses: actions/cache@v5 env: cache-name: cache-artifacts