Skip to content

Commit

Permalink
chore: set ubuntu to 24.04 and update wine repostiory
Browse files Browse the repository at this point in the history
  • Loading branch information
henrybarreto committed Oct 14, 2024
1 parent e0e3ec1 commit 3fae879
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
platform: [linux, windows, macos]
include:
- platform: linux
os: ubuntu-latest
os: ubuntu-24.04
target: AppImage
extension: AppImage
- platform: windows
os: ubuntu-latest
os: ubuntu-24.04
target: nsis
extension: exe
- platform: macos
Expand All @@ -39,9 +39,9 @@ jobs:
sudo dpkg --add-architecture i386
wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key
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'
sudo apt-get update
sudo apt install -y winehq-stable
sudo apt install -y winehq-stable || apt install -y wine
- name: Build
env:
PLATFORM: ${{ matrix.platform }}
Expand Down

0 comments on commit 3fae879

Please sign in to comment.