Skip to content

Commit 7706a41

Browse files
authored
Merge pull request #392 from brave/github-actions-update
Use ubuntu-latest for workflows
2 parents 4b5267d + 2e1cfca commit 7706a41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nostd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
rust: [1.74.1, stable]
17-
os: [ubuntu-20.04]
17+
os: [ubuntu-latest]
1818

1919
env:
2020
RUSTFLAGS: ''

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
rust: [1.74.1, stable]
17-
os: [ubuntu-20.04]
17+
os: [ubuntu-latest]
1818

1919
env:
2020
RUSTFLAGS: ''

0 commit comments

Comments
 (0)