Skip to content

Commit

Permalink
[ci] Update github action runner to macOS x86_64 instance (#3144)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankfliu committed Apr 30, 2024
1 parent c54db65 commit 1d3613a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/native_build_mxnet_osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
build:
runs-on: macos-latest
runs-on: macos-13

steps:
- name: Checkout Apache MXNet repository
Expand Down
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 @@ -12,7 +12,7 @@ on:
jobs:
build-pytorch-jni-macos:
if: github.repository == 'deepjavalibrary/djl'
runs-on: macos-latest
runs-on: macos-13

steps:
- uses: actions/checkout@v4
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 @@ -5,7 +5,7 @@ on:

jobs:
build-fasttext-jni-osx:
runs-on: macos-latest
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- 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 @@ -5,7 +5,7 @@ on:

jobs:
build-tokenizers-jni-osx:
runs-on: macos-latest
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- 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 @@ -5,7 +5,7 @@ on:

jobs:
build-llamacpp-jni-osx:
runs-on: macos-latest
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- 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 @@ -6,7 +6,7 @@ on:
jobs:
build-sentencepiece-jni-osx:
if: ${{ github.repository == 'deepjavalibrary/djl' && always() }}
runs-on: macos-latest
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: [ macos-latest, ubuntu-latest, windows-latest ]
operating-system: [ ubuntu-latest, windows-latest ]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 1d3613a

Please sign in to comment.