Skip to content

Commit fb2b8e2

Browse files
committed
use Ubuntu latest
1 parent c96034c commit fb2b8e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

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

77
jobs:
88
tests:
9-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-latest
1010
name: Build
1111
steps:
1212
# Checks out a copy of your repository on the ubuntu machine

.github/workflows/Docker.yml

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

1313
jobs:
1414
tests:
15-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-latest
1616
name: Build
1717
steps:
1818
# Checks out a copy of your repository on the ubuntu machine

0 commit comments

Comments
 (0)