From 16f2b7c2a2099c001f11e2788563767d017296a2 Mon Sep 17 00:00:00 2001 From: Vincenzo Pellegrini <vincenzo.pellegrini@sonarsource.com> Date: Thu, 27 Jun 2024 10:53:13 +0200 Subject: [PATCH] [tmp] run on macos x64 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3563969..dcecd06 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -359,7 +359,7 @@ jobs: name: Test action outputs strategy: matrix: - os: [ubuntu-latest, windows-latest, macos-latest] + os: [ubuntu-latest, windows-latest, macos-latest, macos-13] cache: [true, false] runs-on: ${{ matrix.os }} steps: