Skip to content

Commit

Permalink
Bump CI to latest Ubuntu (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonimelisma authored Nov 7, 2022
1 parent 49e1b1f commit 782c3f8
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
CGO_CFLAGS_ALLOW: -Xpreprocessor
strategy:
matrix:
os: [ubuntu-20.04, macos-11]
os: [ubuntu-22.04, macos-11]

steps:
- name: Set up Go 1.x
Expand All @@ -22,11 +22,8 @@ jobs:
uses: actions/checkout@v2

- name: Install linux deps
if: matrix.os == 'ubuntu-20.04'
if: matrix.os == 'ubuntu-22.04'
run: |
sudo add-apt-repository -y ppa:strukturag/libde265
sudo add-apt-repository -y ppa:strukturag/libheif
sudo add-apt-repository -y ppa:tonimelisma/ppa
sudo apt-get -y install libopenjp2-7
sudo apt-get -y install libvips-dev
Expand All @@ -46,7 +43,7 @@ jobs:
run: go test -v -coverprofile=profile.cov ./...

- name: Coveralls
if: matrix.os == 'ubuntu-20.04'
if: matrix.os == 'ubuntu-22.04'
uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: profile.cov

0 comments on commit 782c3f8

Please sign in to comment.