Skip to content

Commit e658752

Browse files
committed
Add self-hosted runner support
1 parent 4a5d00e commit e658752

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/compatibility_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
os: [macos-15]
15+
os: [macos-15, self-hosted]
1616
xcode-version: ["16.4"]
1717
release: [2024]
1818
runs-on: ${{ matrix.os }}
@@ -59,7 +59,7 @@ jobs:
5959
strategy:
6060
fail-fast: false
6161
matrix:
62-
os: [macos-15]
62+
os: [macos-15, self-hosted]
6363
xcode-version: ["16.4"]
6464
release: [2024]
6565
ios-version: ["18.5"]

.github/workflows/ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
os: [macos-15]
15+
os: [macos-15, self-hosted]
1616
xcode-version: ["16.4"]
1717
release: [2024]
1818
ios-version: ["18.5"]

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
os: [macos-15]
15+
os: [macos-15, self-hosted]
1616
xcode-version: ["16.4"]
1717
release: [2024]
1818
runs-on: ${{ matrix.os }}

.github/workflows/uitests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
os: [macos-15]
15+
os: [macos-15, self-hosted]
1616
xcode-version: ["16.4"]
1717
release: [2024]
1818
ios-version: ["18.5"]
@@ -70,7 +70,7 @@ jobs:
7070
strategy:
7171
fail-fast: false
7272
matrix:
73-
os: [macos-15]
73+
os: [macos-15, self-hosted]
7474
xcode-version: ["16.4"]
7575
release: [2024]
7676
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)