You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/ios_builds.yml
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ env:
12
12
13
13
jobs:
14
14
ios-template:
15
+
# From https://docs.github.com/en/actions/how-tos/write-workflows/choose-where-workflows-run/choose-the-runner-for-a-job#choosing-github-hosted-runners
15
16
runs-on: macos-latest
16
17
name: Template (target=template_release)
17
18
timeout-minutes: 60
@@ -22,6 +23,10 @@ jobs:
22
23
with:
23
24
submodules: recursive
24
25
26
+
# From https://github.com/actions/runner-images/blob/main/images/macos
Copy file name to clipboardExpand all lines: .github/workflows/macos_builds.yml
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ env:
11
11
12
12
jobs:
13
13
build-macos:
14
+
# From https://docs.github.com/en/actions/how-tos/write-workflows/choose-where-workflows-run/choose-the-runner-for-a-job#choosing-github-hosted-runners
0 commit comments