This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-graalvm-distro.git
The following commit(s) were added to refs/heads/main by this push:
new 0a10c04 Drop macOS amd64 native build, use macos-latest for arm64
0a10c04 is described below
commit 0a10c045ee6ba5aeb6ad9b900b00de536688c164
Author: Wu Sheng <[email protected]>
AuthorDate: Fri Mar 13 12:47:55 2026 +0800
Drop macOS amd64 native build, use macos-latest for arm64
---
.github/workflows/ci.yml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 3ea6a72..d8d19a1 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -271,10 +271,8 @@ jobs:
strategy:
matrix:
include:
- - arch: amd64
- runner: macos-13
- arch: arm64
- runner: macos-14
+ runner: macos-latest
steps:
- name: Checkout with submodules
uses: actions/checkout@v5