Skip to content

Commit 38a56e4

Browse files
switch to self hosted runners
1 parent 71d1451 commit 38a56e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/pjsua2.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
libpjsua2-ios:
12-
runs-on: macos-latest
12+
runs-on: self-hosted
1313
name: iOS Build
1414
permissions:
1515
contents: write

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
'*'
88
jobs:
99
release:
10-
runs-on: macos-latest
10+
runs-on: self-hosted
1111
name: iOS Build
1212
permissions:
1313
contents: write

0 commit comments

Comments
 (0)