Skip to content

Commit

Permalink
Update refresh-manifest to use buildjet
Browse files Browse the repository at this point in the history
  • Loading branch information
crodas committed Mar 17, 2024
1 parent c5329e1 commit 3f3b0de
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/refresh-manifests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
refresh-and-upload-manifests:
runs-on: ubuntu-latest
runs-on: buildjet-64vcpu-ubuntu-2024
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
fail-fast: false
matrix:
package: [fuel, fuel-beta-4, fuel-beta-5, fuel-nightly]
os: [ubuntu-latest, macos-latest, macos-latest-xlarge]
os: [buildjet-64vcpu-ubuntu-2024, macos-latest, macos-latest-xlarge]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand All @@ -59,7 +59,7 @@ jobs:

download-manifests-and-commit:
needs: [refresh-and-upload-manifests, download-manifests-and-nix-build]
runs-on: ubuntu-latest
runs-on: buildjet-64vcpu-ubuntu-2024
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
download-manifests-and-nix-build,
download-manifests-and-commit,
]
runs-on: ubuntu-latest
runs-on: buildjet-64vcpu-ubuntu-2024
steps:
- uses: ravsamhq/notify-slack-action@v1
with:
Expand Down

0 comments on commit 3f3b0de

Please sign in to comment.