Skip to content

Commit

Permalink
Update publish_indexify.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
diptanu authored Feb 17, 2024
1 parent d94236e commit d1ca2a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish_indexify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ env:
jobs:
build-linux-amd64-package:
name: Build x86_64 Linux Package
runs-on: ubuntu-latest
runs-on: ubuntu-latest-xlarge
steps:
- uses: actions/checkout@v4
- run: rustup toolchain install nightly --component rustfmt
Expand All @@ -45,7 +45,7 @@ jobs:

build-linux-arm64-package:
name: Build Aarch64 Linux Package
runs-on: ubuntu-latest
runs-on: ubuntu-latest-xlarge
steps:
- uses: actions/checkout@v4
- run: rustup toolchain install nightly --component rustfmt
Expand All @@ -67,7 +67,7 @@ jobs:

build-macos-package:
name: Build macOS Package
runs-on: macos-14
runs-on: macos-14-xlarge
steps:
- uses: actions/checkout@v4
- run: rustup update
Expand All @@ -85,7 +85,7 @@ jobs:

build-windows-package:
name: Build Windows Package
runs-on: windows-latest
runs-on: windows-latest-large
steps:
- uses: actions/checkout@v4
- run: rustup toolchain install nightly --component rustfmt
Expand Down

0 comments on commit d1ca2a0

Please sign in to comment.