Skip to content

Commit bf6e70b

Browse files
authored
GitHub Actions: Remove macos-12 job, as the image will disappear soon (#9085)
1 parent 567b375 commit bf6e70b

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ jobs:
2424
# macOS
2525
- job_name: macOS 13 x64
2626
os: macos-13
27-
- job_name: macOS 12 x64
28-
os: macos-12
2927
# Windows
3028
- job_name: Windows x64
3129
os: windows-2022
@@ -83,13 +81,6 @@ jobs:
8381
with:
8482
arch: ${{ env.MODEL == '64' && 'x64' || 'x86' }}
8583

86-
# NOTE: Linker ICEs with Xcode 15.0.1 (default version on macos-13)
87-
# * https://issues.dlang.org/show_bug.cgi?id=24407
88-
# Remove this step if the default gets changed to 15.1 in actions/runner-images.
89-
- name: 'macOS 13: Switch to Xcode v15.1'
90-
if: matrix.os == 'macos-13'
91-
run: sudo xcode-select -switch /Applications/Xcode_15.1.app
92-
9384
- name: 'Posix: Install host compiler'
9485
if: runner.os != 'Windows'
9586
run: cd ../dmd && ci/run.sh install_host_compiler

0 commit comments

Comments
 (0)