Skip to content

Commit

Permalink
Github workflows: update base Ubuntu machine
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfb committed Apr 12, 2023
1 parent 6756ad3 commit 6563976
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create-release.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
create_release:
name: Create release

runs-on: ubuntu-18.04
runs-on: ubuntu-22.04

outputs:
release_id: ${{ steps.create_release.outputs.id }}
Expand All @@ -30,7 +30,7 @@ jobs:
upload_assets:
name: Upload assets

runs-on: ubuntu-18.04
runs-on: ubuntu-22.04

needs: create_release

Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
publish_release:
name: Publish release

runs-on: ubuntu-18.04
runs-on: ubuntu-22.04

needs:
- create_release
Expand Down

0 comments on commit 6563976

Please sign in to comment.