Skip to content

Commit dd1c1f3

Browse files
committed
ci: use ubuntu-latest
1 parent 187a0e8 commit dd1c1f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: |
1818
if [[ 'minimal,default,maximal' =~ ${{ matrix.option }} ]]
1919
then
20-
sudo add-apt-repository -y ppa:ubuntugis/ppa
20+
sudo add-apt-repository -y ppa:ubuntugis/ubuntugis-unstable
2121
sudo apt-get update -y
2222
sudo apt-get upgrade -y
2323
sudo apt-get install -y libcurl4-openssl-dev apache2-dev

0 commit comments

Comments
 (0)