We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4906b77 commit daebd4dCopy full SHA for daebd4d
1 file changed
.github/workflows/build.yaml
@@ -36,7 +36,8 @@ env:
36
jobs:
37
build:
38
name: Build
39
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
40
+ #url: https://github.com/actions/virtual-environments
41
42
steps:
43
- name: Check Out Code
0 commit comments