From 134f6b4de6777c5652f482f288f6ceb9f8746c14 Mon Sep 17 00:00:00 2001 From: Sergio VS Date: Thu, 4 Jul 2024 12:09:39 +0200 Subject: [PATCH] chore(ci/test): add macos-14 --- .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 afb0f13..3039bac 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,7 +5,7 @@ jobs: strategy: matrix: go-version: [1.20.x, 1.21.x, 1.22.x] - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, macos-latest, windows-latest, macos-14] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4