Skip to content

Commit

Permalink
Use larger image in test-toolchain-compatibility.yml (#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdankel authored Sep 19, 2023
1 parent dd3bdef commit e6ec26b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/index-versions.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Check Versions

on:
workflow_dispatch:
schedule:
# Run at minute 0 every hour
- cron: '0 * * * *'
# Run at minute 0 every 6 hours
- cron: '0 */6 * * *'
env:
LATEST_CHANNEL_DIR: ./channel-fuel-latest.toml.d/

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-toolchain-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:
jobs:
test-toolchain-compatibility:
name: Test forc-${{ matrix.job.forc-version }} against fuel-core-${{ matrix.job.fuel-core-version }}
runs-on: ubuntu-latest
runs-on: buildjet-8vcpu-ubuntu-2204
# Init parallelized jobs running tests for toolchain version sets in a matrix.
# `fail-fast` is set to false so that we run the tests to completion even if a single version set fails.
# We use the fromJSON expression to have an easier time setting up a matrix with dynamic inputs.
Expand Down

0 comments on commit e6ec26b

Please sign in to comment.