Skip to content

Commit e21d09c

Browse files
authored
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.
1 parent 763076d commit e21d09c

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/ci.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
matrix:
5050
config:
5151
- { os: ubuntu-latest, configType: Debug }
52-
- { os: ubuntu-latest, configType: Release, runTest262: true, runV8: true }
52+
- { os: ubuntu-latest, configType: Release, runTest262: true }
5353
- { os: ubuntu-latest, configType: examples }
5454
- { os: ubuntu-latest, configType: shared }
5555
- { os: ubuntu-latest, configType: asan+ubsan, runTest262: true }
@@ -64,12 +64,6 @@ jobs:
6464
- { os: macos-14, configType: examples }
6565
- { os: macos-14, configType: shared }
6666
- { os: macos-14, configType: asan+ubsan }
67-
68-
- { os: macos-12, configType: Debug }
69-
- { os: macos-12, configType: Release }
70-
- { os: macos-12, configType: examples }
71-
- { os: macos-12, configType: shared }
72-
- { os: macos-12, configType: asan+ubsan }
7367
steps:
7468
- uses: actions/checkout@v4
7569
with:

0 commit comments

Comments
 (0)