Skip to content

Commit 433cc82

Browse files
authored
ci: force wine binary to not be wine64 (#138)
* ci: force wine binary to not be wine64 * ci: use ubuntu-latest runner
1 parent 6be4a19 commit 433cc82

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ permissions:
1414
jobs:
1515
test:
1616
name: Test
17+
env:
18+
WINE_BINARY: 'wine'
1719
strategy:
1820
matrix:
1921
node-version:
@@ -23,7 +25,7 @@ jobs:
2325
- '14.21'
2426
os:
2527
- macos-latest
26-
- ubuntu-22.04
28+
- ubuntu-latest
2729
- windows-latest
2830
runs-on: "${{ matrix.os }}"
2931
steps:
@@ -38,7 +40,7 @@ jobs:
3840
path: /usr/local/Homebrew
3941
key: v1-brew-cache-${{ matrix.os }}
4042
- name: Install OS Dependencies (Linux)
41-
if: ${{ matrix.os == 'ubuntu-22.04' }}
43+
if: ${{ matrix.os == 'ubuntu-latest' }}
4244
run: |
4345
sudo dpkg --add-architecture i386
4446
sudo apt-get update

0 commit comments

Comments
 (0)