This is an automated email from the ASF dual-hosted git repository.

kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-julia.git


The following commit(s) were added to refs/heads/main by this push:
     new 10a8308  test on macOS latest (#585)
10a8308 is described below

commit 10a830883c0e97e86d32cccd4710d44ec1635f09
Author: Phillip Alday <[email protected]>
AuthorDate: Wed Feb 4 19:49:43 2026 -0600

    test on macOS latest (#585)
---
 .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

Reply via email to