Skip to content

Commit

Permalink
set runner version from ubuntu-latest to ubuntu-22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikN committed Jul 11, 2024
1 parent 5fa60c4 commit a155633
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/snap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
outputs:
snap-file: ${{ steps.build-snap.outputs.snap }}
steps:
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
publish:
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/')
needs: build
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:

# Retrieve the snap
Expand Down

0 comments on commit a155633

Please sign in to comment.