From 1d3613aaab1fcc5cbb3398a60152f6ce49a76342 Mon Sep 17 00:00:00 2001 From: Frank Liu Date: Tue, 30 Apr 2024 13:35:00 -0700 Subject: [PATCH] [ci] Update github action runner to macOS x86_64 instance (#3144) --- .github/workflows/native_build_mxnet_osx.yml | 2 +- .github/workflows/native_jni_s3_pytorch.yml | 2 +- .github/workflows/native_s3_fasttext.yml | 2 +- .github/workflows/native_s3_huggingface.yml | 2 +- .github/workflows/native_s3_llama.yml | 2 +- .github/workflows/native_s3_sentencepiece.yml | 2 +- .github/workflows/nightly_publish.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/native_build_mxnet_osx.yml b/.github/workflows/native_build_mxnet_osx.yml index 1d8d9245f9a..c33c4cc7e5e 100644 --- a/.github/workflows/native_build_mxnet_osx.yml +++ b/.github/workflows/native_build_mxnet_osx.yml @@ -5,7 +5,7 @@ on: jobs: build: - runs-on: macos-latest + runs-on: macos-13 steps: - name: Checkout Apache MXNet repository diff --git a/.github/workflows/native_jni_s3_pytorch.yml b/.github/workflows/native_jni_s3_pytorch.yml index 1f1a220e8c2..dfb33432bcd 100644 --- a/.github/workflows/native_jni_s3_pytorch.yml +++ b/.github/workflows/native_jni_s3_pytorch.yml @@ -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 diff --git a/.github/workflows/native_s3_fasttext.yml b/.github/workflows/native_s3_fasttext.yml index 8dd34e6d3c6..bed780de8a0 100644 --- a/.github/workflows/native_s3_fasttext.yml +++ b/.github/workflows/native_s3_fasttext.yml @@ -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 diff --git a/.github/workflows/native_s3_huggingface.yml b/.github/workflows/native_s3_huggingface.yml index e1ec9752438..336fc850fa5 100644 --- a/.github/workflows/native_s3_huggingface.yml +++ b/.github/workflows/native_s3_huggingface.yml @@ -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 diff --git a/.github/workflows/native_s3_llama.yml b/.github/workflows/native_s3_llama.yml index 8172fc4bbef..ce136ed5b84 100644 --- a/.github/workflows/native_s3_llama.yml +++ b/.github/workflows/native_s3_llama.yml @@ -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 diff --git a/.github/workflows/native_s3_sentencepiece.yml b/.github/workflows/native_s3_sentencepiece.yml index 134cf012a30..aa1f543a2de 100644 --- a/.github/workflows/native_s3_sentencepiece.yml +++ b/.github/workflows/native_s3_sentencepiece.yml @@ -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 diff --git a/.github/workflows/nightly_publish.yml b/.github/workflows/nightly_publish.yml index e187c2024ae..48e579590ad 100644 --- a/.github/workflows/nightly_publish.yml +++ b/.github/workflows/nightly_publish.yml @@ -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