We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c74712 commit 919854dCopy full SHA for 919854d
.github/workflows/linux.yml
@@ -49,15 +49,15 @@ jobs:
49
run: dotnet build ${{ env.TEST_PROJECT_NAME }} -c Release --no-restore
50
- name: "Test"
51
run: dotnet test ${{ env.TEST_PROJECT_NAME }} -c Release --no-build
52
- build-winui:
+ build-gnome:
53
name: "Build GNOME on Linux"
54
strategy:
55
matrix:
56
variant:
57
- arch: x64
58
- runner: windows-latest
+ runner: ubuntu-latest
59
- arch: arm64
60
- runner: windows-11-arm
+ runner: ubuntu-22.04-arm
61
runs-on: ${{ matrix.variant.runner }}
62
steps:
63
- name: "Checkout"
0 commit comments