Skip to content

Commit

Permalink
ci: Use Ubuntu 22.04 for Packaging (#2107)
Browse files Browse the repository at this point in the history
  • Loading branch information
mokurin000 committed Aug 7, 2023
1 parent 4ec550d commit e14e6d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-18.04]
os: [macos-latest, windows-latest, ubuntu-22.04]

steps:
- name: Check out Git repository
Expand All @@ -36,7 +36,7 @@ jobs:
run: |
sudo apt-get update &&
sudo apt-get install --no-install-recommends -y rpm &&
sudo apt-get install --no-install-recommends -y bsdtar &&
sudo apt-get install --no-install-recommends -y libarchive-tools &&
sudo apt-get install --no-install-recommends -y libopenjp2-tools
- name: Install Snapcraft (on Ubuntu)
Expand Down

0 comments on commit e14e6d7

Please sign in to comment.