Skip to content

Commit

Permalink
Merge pull request #392 from brave/github-actions-update
Browse files Browse the repository at this point in the history
Use ubuntu-latest for workflows
  • Loading branch information
DJAndries authored Dec 7, 2024
2 parents 4b5267d + 2e1cfca commit 7706a41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nostd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
rust: [1.74.1, stable]
os: [ubuntu-20.04]
os: [ubuntu-latest]

env:
RUSTFLAGS: ''
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
rust: [1.74.1, stable]
os: [ubuntu-20.04]
os: [ubuntu-latest]

env:
RUSTFLAGS: ''
Expand Down

0 comments on commit 7706a41

Please sign in to comment.