Skip to content

Commit

Permalink
Moves to Actions hosted M1 runner (#2948)
Browse files Browse the repository at this point in the history
  • Loading branch information
zachgk authored Jan 17, 2024
1 parent 478422c commit aac5eb3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/native_jni_s3_pytorch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ jobs:
build-pytorch-jni-arm64-macos:
if: github.repository == 'deepjavalibrary/djl'
runs-on: [ self-hosted, ARM64, macOS ]
runs-on: macos-latest-xlarge
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/native_s3_fasttext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
build-fasttext-jni-arm64-osx:
if: ${{ github.repository == 'deepjavalibrary/djl' && always() }}
runs-on: [ self-hosted, ARM64, macOS ]
runs-on: macos-latest-xlarge
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/native_s3_huggingface.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
build-tokenizers-jni-arm64-osx:
if: ${{ github.repository == 'deepjavalibrary/djl' && always() }}
runs-on: [ self-hosted, ARM64, macOS ]
runs-on: macos-latest-xlarge
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/native_s3_llama.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
build-llamacpp-jni-arm64-osx:
if: ${{ github.repository == 'deepjavalibrary/djl' && always() }}
runs-on: [ self-hosted, ARM64, macOS ]
runs-on: macos-latest-xlarge
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/native_s3_sentencepiece.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
build-sentencepiece-jni-arm64-osx:
if: ${{ github.repository == 'deepjavalibrary/djl' && always() }}
runs-on: [ self-hosted, ARM64, macOS ]
runs-on: macos-latest-xlarge
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
Expand Down

0 comments on commit aac5eb3

Please sign in to comment.