From a360d9115f2c1a4004f1afaac464ed3f72b76d59 Mon Sep 17 00:00:00 2001 From: Priyagupta108 Date: Fri, 11 Apr 2025 11:18:10 +0530 Subject: [PATCH] Replaced macos-latest with macos-13 --- .github/workflows/versions.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/versions.yml b/.github/workflows/versions.yml index 89fc7b8..06f78b9 100644 --- a/.github/workflows/versions.yml +++ b/.github/workflows/versions.yml @@ -107,7 +107,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, windows-latest, macos-latest] + os: [ubuntu-latest, windows-latest, macos-13] steps: - uses: actions/checkout@v3 - name: Setup Go and check latest @@ -140,7 +140,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-latest, windows-latest, ubuntu-latest] + os: [macos-13, windows-latest, ubuntu-latest] go: [1.12.16, 1.13.11, 1.14.3] steps: - name: Checkout @@ -161,8 +161,11 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-latest, windows-latest, ubuntu-latest] - go: [1.9, 1.8.6] + os: [macos-13, windows-latest, ubuntu-latest] + go: [1.11.12, 1.8.6] + exclude: + - os: macos-13 + go: 1.8.6 steps: - name: Checkout uses: actions/checkout@v3