From 7a61e9b75aa8c8640792f27a30aac7abf50eb3bb Mon Sep 17 00:00:00 2001 From: Priyagupta108 Date: Tue, 29 Jul 2025 16:33:14 +0530 Subject: [PATCH] Test macos-14-large x64 runner --- .github/workflows/versions.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/versions.yml b/.github/workflows/versions.yml index 14b4838..d008b3d 100644 --- a/.github/workflows/versions.yml +++ b/.github/workflows/versions.yml @@ -190,12 +190,12 @@ jobs: os: [macos-14-large] go-version: [1.20.14, 1.21, 1.22, 1.23] include: - - os: macos-latest - architecture: arm64 - - os: ubuntu-latest - architecture: x64 - - os: windows-latest - architecture: x64 + # - os: macos-latest + # architecture: arm64 + # - os: ubuntu-latest + # architecture: x64 + # - os: windows-latest + # architecture: x64 - os: macos-14-large architecture: x64 steps: