Skip to content

Commit

Permalink
[GHA] Use self-hosted MacOS runners
Browse files Browse the repository at this point in the history
ci release
  • Loading branch information
RoiArthurB committed Mar 21, 2022
1 parent b19e388 commit 774ade1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/github-travis.yml
Expand Up @@ -103,7 +103,7 @@ jobs:
apple-signing-wo-JDK:
needs: build
if: needs.build.outputs.continue_pipeline == 'true'
runs-on: macos-11.0
runs-on: [self-hosted, macOS]
steps:
- name: Prepare vm
run: |
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
apple-signing-w-JDK:
needs: build
if: needs.build.outputs.continue_pipeline == 'true'
runs-on: macos-11.0
runs-on: [self-hosted, macOS]
steps:
- name: Prepare vm
run: |
Expand Down Expand Up @@ -255,7 +255,7 @@ jobs:
apple-signing-aarch64-wo-JDK:
needs: build
if: needs.build.outputs.continue_pipeline == 'true'
runs-on: macos-11.0
runs-on: [self-hosted, macOS]
steps:
- name: Prepare vm
run: |
Expand Down Expand Up @@ -331,7 +331,7 @@ jobs:
apple-signing-aarch64-w-JDK:
needs: build
if: needs.build.outputs.continue_pipeline == 'true'
runs-on: macos-11.0
runs-on: [self-hosted, macOS]
steps:
- name: Prepare vm
run: |
Expand Down

0 comments on commit 774ade1

Please sign in to comment.