Skip to content

Commit ead5e40

Browse files
committed
Update workflow to use ubuntu-latest
1 parent 0f62e93 commit ead5e40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
#############################################
1313
tests:
1414
name: Tests
15-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-latest
1616
env:
1717
MODULE_ID: cbwire
1818
strategy:
@@ -92,7 +92,7 @@ jobs:
9292
9393
format:
9494
name: Format
95-
runs-on: ubuntu-20.04
95+
runs-on: ubuntu-latest
9696
steps:
9797
- name: Checkout Repository
9898
uses: actions/checkout@v2

0 commit comments

Comments
 (0)