Skip to content

Commit a5c51c1

Browse files
authored
Change Ubuntu version in build workflow
Updated Ubuntu version in build workflow from 'jammy' to 'noble'.
1 parent 07076a0 commit a5c51c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install dependencies
1616
run: |
1717
sudo rm -f /etc/apt/apt-mirrors.txt
18-
echo "deb http://archive.ubuntu.com/ubuntu jammy main restricted universe multiverse" | sudo tee /etc/apt/sources.list
18+
echo "deb http://archive.ubuntu.com/ubuntu noble main restricted universe multiverse" | sudo tee /etc/apt/sources.list
1919
sudo apt-get update
2020
sudo apt-get install aptitude
2121
sudo aptitude install -y libwebp-dev
@@ -85,3 +85,4 @@ jobs:
8585

8686

8787

88+

0 commit comments

Comments
 (0)