Skip to content

Commit

Permalink
chore: set ubuntu to 24.04 and update apt wine installation
Browse files Browse the repository at this point in the history
  • Loading branch information
henrybarreto committed Oct 14, 2024
1 parent e0e3ec1 commit 643fcaa
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 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 @@ -37,11 +37,7 @@ jobs:
if: ${{ matrix.platform == 'windows' }}
run: |
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 apt-get update
sudo apt install -y winehq-stable
sudo apt install --install-recommends wine
- name: Build
env:
PLATFORM: ${{ matrix.platform }}
Expand Down

0 comments on commit 643fcaa

Please sign in to comment.