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

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


The following commit(s) were added to refs/heads/main by this push:
     new db79910  build: Use `macos-latest` as runner image for MacOS (x86_64) 
(#41)
db79910 is described below

commit db79910d4844528542c74e1ed8cacefe214597f3
Author: Chao Sun <sunc...@apache.org>
AuthorDate: Mon Feb 19 12:38:16 2024 -0800

    build: Use `macos-latest` as runner image for MacOS (x86_64) (#41)
---
 .github/workflows/pr_build.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/pr_build.yml b/.github/workflows/pr_build.yml
index ea8e509..51962cd 100644
--- a/.github/workflows/pr_build.yml
+++ b/.github/workflows/pr_build.yml
@@ -76,7 +76,7 @@ jobs:
 
   macos-rust-test:
     name: Rust test (macos)
-    runs-on: macos-13
+    runs-on: macos-latest
     steps:
       - uses: actions/checkout@v4
       - name: Setup Rust & Java toolchain
@@ -91,7 +91,7 @@ jobs:
 
   macos-java-test:
     name: Java test (macos)
-    runs-on: macos-13
+    runs-on: macos-latest
     steps:
       - uses: actions/checkout@v4
       - name: Setup Rust & Java toolchain

Reply via email to