We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62264c6 commit 77921fbCopy full SHA for 77921fb
.github/workflows/build-devel.yml
@@ -12,7 +12,7 @@ env:
12
jobs:
13
build:
14
15
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
16
17
steps:
18
- uses: actions/checkout@v2
.github/workflows/build-release.yml
@@ -9,7 +9,7 @@ name: Release Job
9
10
11
name: Build
- name: Build project
0 commit comments