From 74015541f33747f0b503e97879903d0c0d8c98c6 Mon Sep 17 00:00:00 2001 From: Fan Yang Date: Mon, 22 Jan 2024 14:01:01 +0800 Subject: [PATCH] seemly macos-xl image is not free of charge --- .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 7330648..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-latest-xl + image: macos-latest - os: windows image: windows-latest