Skip to content

Commit ce63821

Browse files
authored
Merge pull request #56 from eMoflon/feature/update-github-actions-runner-ubuntu-22.04
Updates all GitHub Actions Linux runner OS to Ubuntu 22.04
2 parents cfae7ae + 5affb7a commit ce63821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/vagrant-up.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
# Create a release if running on tag
7171
create-release:
7272
needs: [vagrant-provision]
73-
runs-on: ubuntu-20.04
73+
runs-on: ubuntu-22.04
7474
# Only run on pushed tags (and explicitely ignore scheduled runs)
7575
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/') && github.event_name != 'schedule'
7676
steps:

0 commit comments

Comments
 (0)