File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
15
15
platform : [linux, windows, macos]
16
16
include :
17
17
- platform : linux
18
- os : ubuntu-latest
18
+ os : ubuntu-24.04
19
19
target : AppImage
20
20
extension : AppImage
21
21
- platform : windows
22
- os : ubuntu-latest
22
+ os : ubuntu-24.04
23
23
target : nsis
24
24
extension : exe
25
25
- platform : macos
39
39
sudo dpkg --add-architecture i386
40
40
wget -nc https://dl.winehq.org/wine-builds/winehq.key
41
41
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'
43
43
sudo apt-get update
44
- sudo apt install -y winehq-stable
44
+ sudo apt install -y winehq-stable || apt install -y wine
45
45
- name : Build
46
46
env :
47
47
PLATFORM : ${{ matrix.platform }}
You can’t perform that action at this time.
0 commit comments