We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0e3ec1 commit a8aba44Copy full SHA for a8aba44
.github/workflows/build.yml
@@ -39,7 +39,7 @@ jobs:
39
sudo dpkg --add-architecture i386
40
wget -nc https://dl.winehq.org/wine-builds/winehq.key
41
sudo apt-key add winehq.key
42
- sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ focal main'
+ sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ noble main'
43
sudo apt-get update
44
sudo apt install -y winehq-stable
45
- name: Build
0 commit comments