Skip to content

Commit 88aa55e

Browse files
committed
also build on self hosted
1 parent ed3d196 commit 88aa55e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-ios-test-container-app.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ on:
3636
jobs:
3737
build-ios:
3838
name: Build
39-
runs-on: macos-13
39+
# runs-on: macos-13
40+
runs-on: [self-hosted, macOS]
4041
permissions:
4142
contents: read
4243
pull-requests: read

0 commit comments

Comments
 (0)