Skip to content

Commit

Permalink
[ci] use ubuntu-latest-xl for non-rust-lint
Browse files Browse the repository at this point in the history
Closes: #7635
  • Loading branch information
ma2bd authored and bors-libra committed Feb 22, 2021
1 parent 13860bc commit ff7a53a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
run: docker build -f docker/ci/${{ matrix.target_os }}/Dockerfile -t diem/build_environment:test .

non-rust-lint:
runs-on: ubuntu-latest
runs-on: ubuntu-latest-xl
timeout-minutes: 10
needs: prepare
if: ${{ needs.prepare.outputs.test-non-rust-lint == 'true' }}
Expand Down

0 comments on commit ff7a53a

Please sign in to comment.