Skip to content

Commit

Permalink
GitHubCI: make snap-pkg job use vanilla linux
Browse files Browse the repository at this point in the history
  • Loading branch information
knocte committed Aug 21, 2023
1 parent dd304c2 commit 16f2dde
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -614,6 +614,8 @@ jobs:
- conventions

runs-on: ubuntu-22.04
container:
image: "ubuntu:22.04"
steps:
- uses: actions/checkout@v1
- name: Install snap tools
Expand Down

0 comments on commit 16f2dde

Please sign in to comment.