Skip to content

Commit f29d44d

Browse files
committed
[LDC] CI: Adapt to GHA macOS runner changes
1 parent b28a061 commit f29d44d

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/ldc-release.yml

+4-7
Original file line numberDiff line numberDiff line change
@@ -54,19 +54,19 @@ jobs:
5454
arch: x86_64
5555
with_asserts: true
5656
- job_name: macOS arm64
57-
os: macos-14
57+
os: macos-15
5858
arch: arm64
5959
with_asserts: false
6060
- job_name: macOS arm64 withAsserts
61-
os: macos-14
61+
os: macos-15
6262
arch: arm64
6363
with_asserts: true
6464
- job_name: macOS x86_64
65-
os: macos-12
65+
os: macos-13
6666
arch: x86_64
6767
with_asserts: false
6868
- job_name: macOS x86_64 withAsserts
69-
os: macos-12
69+
os: macos-13
7070
arch: x86_64
7171
with_asserts: true
7272
name: ${{ matrix.job_name }}
@@ -76,9 +76,6 @@ jobs:
7676
MACOSX_DEPLOYMENT_TARGET: ${{ matrix.arch == 'arm64' && '11.0' || '10.12' }}
7777
steps:
7878
- uses: actions/checkout@v4
79-
- name: 'macOS 14: Switch to Xcode 16'
80-
if: matrix.os == 'macos-14'
81-
run: sudo xcode-select -switch /Applications/Xcode_16.app
8279
- name: Install prerequisites
8380
uses: ./.github/actions/1-setup
8481
with:

0 commit comments

Comments
 (0)