Skip to content

Commit

Permalink
github: Pin the test-msvc-wine-linux job to ubuntu 24.04
Browse files Browse the repository at this point in the history
When updating the base version of Ubuntu here, we need to pick a
different version of wine-mono in sync with that.

We also have the same issue with wine-mono on macOS, where the
version of Wine is determined by what gets installed by brew
though.
  • Loading branch information
mstorsjo committed Jan 10, 2025
1 parent b1c1f4f commit 639b2a4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ env:

jobs:
test-msvc-wine-linux:
runs-on: ubuntu-latest
# Using a pinned version of Ubuntu here; this determines the version of
# Wine that gets installed - the version of wine-mono that is installed
# below depends on the host version of Wine.
runs-on: ubuntu-24.04
steps:
- name: Install prerequisites
run: |
Expand Down

0 comments on commit 639b2a4

Please sign in to comment.