We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cfae7ae + 5affb7a commit ce63821Copy full SHA for ce63821
.github/workflows/vagrant-up.yml
@@ -70,7 +70,7 @@ jobs:
70
# Create a release if running on tag
71
create-release:
72
needs: [vagrant-provision]
73
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
74
# Only run on pushed tags (and explicitely ignore scheduled runs)
75
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/') && github.event_name != 'schedule'
76
steps:
0 commit comments