Skip to content

Commit

Permalink
Using ubuntu-20.04-xl as ubuntu-latest-xl will be deprecated starting…
Browse files Browse the repository at this point in the history
… 01/21/2022

Closes: aptos-labs#10130
  • Loading branch information
vnakhate authored and bors-libra committed Jan 19, 2022
1 parent 5f8e8cc commit 155187f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dep-update-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
generate-report:
runs-on: ubuntu-latest-xl
runs-on: ubuntu-20.04-xl
name: Comment update review report on PR
env:
MAX_ALLOWED_CHARS: 65536
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
webhook: ${{ secrets.WEBHOOK_DEPENDENCY_CHANGES }}

transaction-replay:
runs-on: ubuntu-latest-xl
runs-on: ubuntu-20.04-xl
container:
image: ghcr.io/diem/diem_build_environment:main
volumes:
Expand Down

0 comments on commit 155187f

Please sign in to comment.