Skip to content

Commit 459d76c

Browse files
authored
Merge pull request #1920 from matrix-org/mauroromito/build_with_xcode_26.3
Build with Xcode 26
2 parents 9580d16 + d88d849 commit 459d76c

File tree

6 files changed

+269
-90
lines changed

6 files changed

+269
-90
lines changed

.github/workflows/ci-integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
integration-tests:
1414
name: Integration Tests
15-
runs-on: macos-15
15+
runs-on: macos-26
1616

1717
concurrency:
1818
# When running on develop, use the sha to allow all runs of this workflow to run concurrently.

.github/workflows/ci-unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
unit-tests:
1414
name: Unit Tests
15-
runs-on: macos-15
15+
runs-on: macos-26
1616

1717
concurrency:
1818
# When running on develop, use the sha to allow all runs of this workflow to run concurrently.

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
unit-tests:
1212
name: Unit Tests with sanitizer checks
13-
runs-on: macos-15
13+
runs-on: macos-26
1414

1515
steps:
1616
- uses: actions/checkout@v2
@@ -55,7 +55,7 @@ jobs:
5555

5656
integration-tests:
5757
name: Integration Tests (Synapse) with sanitizer checks
58-
runs-on: macos-11
58+
runs-on: macos-26
5959

6060
steps:
6161
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)