Skip to content

Commit

Permalink
use larger runners
Browse files Browse the repository at this point in the history
  • Loading branch information
sphw committed Nov 9, 2023
1 parent 0eabd4c commit f6bd66d
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
contents: write
# We intentionally build on ubuntu 20 to compile against
# an older version of glibc
runs-on: ubuntu-20.04
runs-on: ubuntu-large
steps:
- name: Install libtool-bin
run: |
Expand All @@ -51,17 +51,15 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
XLA_TARGET: cpu
CC: gcc-9
- run: .github/scripts/compile_and_upload.sh ${{ github.ref_name }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
XLA_TARGET: tpu
CC: gcc-9

macos:
name: "x86_64-darwin-cpu"
needs: [create_draft_release]
runs-on: macos-12
runs-on: macos-latest-large
steps:
- uses: actions/checkout@v3
- run: brew install elixir
Expand All @@ -88,7 +86,7 @@ jobs:
macos_arm:
name: "aarch64-darwin-cpu (cross-compiled)"
needs: [create_draft_release]
runs-on: macos-12
runs-on: macos-13-xlarge
permissions:
contents: write
steps:
Expand Down Expand Up @@ -125,7 +123,7 @@ jobs:
permissions:
contents: write
needs: [create_draft_release]
runs-on: ubuntu-20.04
runs-on: ubuntu-large
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -203,7 +201,7 @@ jobs:
contents: write
# We intentionally build on ubuntu 20 to compile against
# an older version of glibc
runs-on: ubuntu-20.04
runs-on: ubuntu-large
steps:
- name: Install libtool-bin
run: |
Expand Down

0 comments on commit f6bd66d

Please sign in to comment.