From e9a64d3dbde9bba319dc002c97a8c4c8d5a49878 Mon Sep 17 00:00:00 2001 From: Eliott Bouhana <47679741+eliottness@users.noreply.github.com> Date: Tue, 26 Nov 2024 10:32:18 +0100 Subject: [PATCH] ci: rollout macos-12 in favor of macos-15 (#2990) Signed-off-by: Eliott Bouhana --- .github/workflows/appsec.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/appsec.yml b/.github/workflows/appsec.yml index 33bed353f0..80c1fce6cf 100644 --- a/.github/workflows/appsec.yml +++ b/.github/workflows/appsec.yml @@ -97,9 +97,9 @@ jobs: needs: go-mod-caching strategy: matrix: - runs-on: [ macos-12, macos-14 ] # oldest and newest macos runners available - macos-14 mainly is here to cover the fact it is an ARM machine + runs-on: [ macos-13, macos-15 ] # oldest and newest macos runners available - macos-15 is an ARM runner go-version: [ "1.23", "1.22" ] - fail-fast: true # saving some CI time - macos runners too long to get + fail-fast: true # saving some CI time - macos runners are too long to get steps: - uses: actions/checkout@v4