Skip to content

Commit

Permalink
Remove macos-12 buildbots (#604)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bnoordhuis authored Oct 20, 2024
1 parent 763076d commit e21d09c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand All @@ -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:
Expand Down

0 comments on commit e21d09c

Please sign in to comment.