Skip to content

Commit 919854d

Browse files
committed
fix: Linux build
1 parent 6c74712 commit 919854d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@ jobs:
4949
run: dotnet build ${{ env.TEST_PROJECT_NAME }} -c Release --no-restore
5050
- name: "Test"
5151
run: dotnet test ${{ env.TEST_PROJECT_NAME }} -c Release --no-build
52-
build-winui:
52+
build-gnome:
5353
name: "Build GNOME on Linux"
5454
strategy:
5555
matrix:
5656
variant:
5757
- arch: x64
58-
runner: windows-latest
58+
runner: ubuntu-latest
5959
- arch: arm64
60-
runner: windows-11-arm
60+
runner: ubuntu-22.04-arm
6161
runs-on: ${{ matrix.variant.runner }}
6262
steps:
6363
- name: "Checkout"

0 commit comments

Comments
 (0)