We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79e3852 commit 5361166Copy full SHA for 5361166
2 files changed
.github/workflows/CD.yml
@@ -14,8 +14,8 @@ on:
14
jobs:
15
CD:
16
17
- # https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-README.md
18
- runs-on: ubuntu-20.04
+ # https://github.com/actions/runner-images
+ runs-on: ubuntu-latest
19
20
steps:
21
- uses: actions/checkout@v3
.github/workflows/CI.yml
@@ -9,9 +9,8 @@ on:
9
10
11
CI:
12
-
13
0 commit comments