From ca5052e4e041f6846afcd44d55c1b69033761a5d Mon Sep 17 00:00:00 2001 From: Yunus Barlas Date: Mon, 14 Oct 2024 14:41:26 +0300 Subject: [PATCH] BIF-1578 change MacOS test os to check older go versions with MacOS --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 256fc3fc..fb44823e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ macos-latest, windows-latest, ubuntu-latest ] + os: [ macos-12, macos-13, macos-14, macos-15, windows-latest, ubuntu-latest ] go: [ 1.12, 1.13, 1.14 ] steps: - name: Checkout the code