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

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


The following commit(s) were added to refs/heads/main by this push:
     new 0b8c538  GH-140: Drop support for macOS 12 (#141)
0b8c538 is described below

commit 0b8c538702522a804cc680b941b51f06aeb64647
Author: Sutou Kouhei <k...@clear-code.com>
AuthorDate: Wed Sep 25 23:25:08 2024 +0900

    GH-140: Drop support for macOS 12 (#141)
    
    Fix GH-140
    
    Use macOS 14 instead.
---
 .github/workflows/test.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index f018156..b25d09d 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -190,8 +190,8 @@ jobs:
         run: |
           docker compose push debian-cgo-python
   macos:
-    name: AMD64 macOS 12 Go ${{ matrix.go }}
-    runs-on: macos-12
+    name: AMD64 macOS 14 Go ${{ matrix.go }}
+    runs-on: macos-14
     timeout-minutes: 20
     strategy:
       fail-fast: false
@@ -217,8 +217,8 @@ jobs:
         run: |
           ci/scripts/test.sh $(pwd)
   macos-cgo:
-    name: AMD64 macOS 12 Go ${{ matrix.go }} - CGO
-    runs-on: macos-12
+    name: AMD64 macOS 14 Go ${{ matrix.go }} - CGO
+    runs-on: macos-14
     timeout-minutes: 25
     strategy:
       fail-fast: false

Reply via email to