diff --git a/.github/workflows/publishtogallery.yml b/.github/workflows/publishtogallery.yml index de5527b..fc1e75d 100644 --- a/.github/workflows/publishtogallery.yml +++ b/.github/workflows/publishtogallery.yml @@ -7,7 +7,7 @@ on: jobs: build: - runs-on: ubuntu-18.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v2