Skip to content

Commit

Permalink
chore: set ubuntu to 24.04 and update apt wine repository
Browse files Browse the repository at this point in the history
  • Loading branch information
henrybarreto committed Oct 14, 2024
1 parent e0e3ec1 commit 5a8cd84
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 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,11 @@ 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 mkdir -pm755 /etc/apt/keyrings
sudo wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key
sudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/noble/winehq-noble.sources
sudo apt update -y
sudo apt install --install-recommends winehq-stable
- name: Build
env:
PLATFORM: ${{ matrix.platform }}
Expand Down

0 comments on commit 5a8cd84

Please sign in to comment.