From e21d09c347771d1e6aeaa60c56104674b7e34522 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Sun, 20 Oct 2024 13:06:18 +0200 Subject: [PATCH] Remove macos-12 buildbots (#604) GitHub is deprecating and removing them. We also test macos-14 so I opted to remove the buildbots instead of upgrading them to a newer macOS version. --- .github/workflows/ci.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 12727fd..5d967b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: matrix: config: - { os: ubuntu-latest, configType: Debug } - - { os: ubuntu-latest, configType: Release, runTest262: true, runV8: true } + - { os: ubuntu-latest, configType: Release, runTest262: true } - { os: ubuntu-latest, configType: examples } - { os: ubuntu-latest, configType: shared } - { os: ubuntu-latest, configType: asan+ubsan, runTest262: true } @@ -64,12 +64,6 @@ jobs: - { os: macos-14, configType: examples } - { os: macos-14, configType: shared } - { os: macos-14, configType: asan+ubsan } - - - { os: macos-12, configType: Debug } - - { os: macos-12, configType: Release } - - { os: macos-12, configType: examples } - - { os: macos-12, configType: shared } - - { os: macos-12, configType: asan+ubsan } steps: - uses: actions/checkout@v4 with: