Skip to content

Commit a8aba44

Browse files
committed
chore: update apt repostiory of ubuntu noble on building
1 parent e0e3ec1 commit a8aba44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
sudo dpkg --add-architecture i386
4040
wget -nc https://dl.winehq.org/wine-builds/winehq.key
4141
sudo apt-key add winehq.key
42-
sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ focal main'
42+
sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ noble main'
4343
sudo apt-get update
4444
sudo apt install -y winehq-stable
4545
- name: Build

0 commit comments

Comments
 (0)