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-dotnet.git
The following commit(s) were added to refs/heads/main by this push:
new ab2fdd2 chore: Update MacOS runners to macos-latest (#117)
ab2fdd2 is described below
commit ab2fdd284d86dfd2cc87c08ea2ac8eb24627f1a4
Author: Adam Reeve <[email protected]>
AuthorDate: Mon Oct 13 11:55:03 2025 +1300
chore: Update MacOS runners to macos-latest (#117)
## What's Changed
Updates the version of the MacOS runners used in GitHub actions to
`macos-latest` as `macos-13` runners are deprecated.
Closes #116.
---
.github/workflows/rc.yaml | 2 +-
.github/workflows/test.yaml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/rc.yaml b/.github/workflows/rc.yaml
index a877b46..47b4521 100644
--- a/.github/workflows/rc.yaml
+++ b/.github/workflows/rc.yaml
@@ -140,7 +140,7 @@ jobs:
dotnet-version:
- 8.0.x
runs-on:
- - macos-13
+ - macos-latest
- ubuntu-latest
- windows-latest
env:
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml
index 2af6635..c2cbfbc 100644
--- a/.github/workflows/test.yaml
+++ b/.github/workflows/test.yaml
@@ -63,7 +63,7 @@ jobs:
dotnet-version:
- 8.0.x
runs-on:
- - macos-13
+ - macos-latest
- ubuntu-latest
- windows-latest
steps: