We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62686f3 commit e8516ceCopy full SHA for e8516ce
.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
39
publish:
40
needs: [compile, test]
41
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
42
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
43
steps:
44
- name: Checkout repo
45
uses: actions/checkout@v3
0 commit comments