From 6c1691397596c2a536f5909bea6d001880ae7873 Mon Sep 17 00:00:00 2001 From: Fan Yang Date: Mon, 22 Jan 2024 15:26:57 +0800 Subject: [PATCH] seemly macos-*-arm64 image is not available for free user --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 2f577e8..0e7119b 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -10,7 +10,7 @@ jobs: - os: ubuntu image: ubuntu-latest - os: macos - image: macos-14-arm64 + image: macos-latest - os: windows image: windows-latest