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.
This commit is contained in:
Ben Noordhuis 2024-10-20 13:06:18 +02:00 committed by GitHub
parent 763076d109
commit e21d09c347
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: