Skip to content

Commit caf8039

Browse files
authored
Update workflow configurations to use ubuntu-latest (#21)
1 parent 8430516 commit caf8039

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/license.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222

2323
jobs:
2424
license:
25-
runs-on: ubuntu-20.04
25+
runs-on: ubuntu-latest
2626
steps:
2727
- uses: actions/checkout@v2
2828
with:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
publish:
3030
name: Publish
3131

32-
runs-on: ubuntu-20.04
32+
runs-on: ubuntu-latest
3333
steps:
3434
- name: Checkout
3535
uses: actions/checkout@v2

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ env:
2727

2828
jobs:
2929
rust:
30-
runs-on: ubuntu-20.04
30+
runs-on: ubuntu-latest
3131
steps:
3232
- name: Checkout
3333
uses: actions/checkout@v2

0 commit comments

Comments
 (0)