Skip to content

Commit 3fae879

Browse files
committed
chore: set ubuntu to 24.04 and update wine repostiory
1 parent e0e3ec1 commit 3fae879

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .github/workflows/build.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
platform: [linux, windows, macos]
1616
include:
1717
- platform: linux
18-
os: ubuntu-latest
18+
os: ubuntu-24.04
1919
target: AppImage
2020
extension: AppImage
2121
- platform: windows
22-
os: ubuntu-latest
22+
os: ubuntu-24.04
2323
target: nsis
2424
extension: exe
2525
- platform: macos
@@ -39,9 +39,9 @@ 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
44-
sudo apt install -y winehq-stable
44+
sudo apt install -y winehq-stable || apt install -y wine
4545
- name: Build
4646
env:
4747
PLATFORM: ${{ matrix.platform }}

0 commit comments

Comments
 (0)