Skip to content

Commit

Permalink
Try to use Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
dvoituron committed Apr 15, 2024
1 parent 923dba9 commit d07f151
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build-core-lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ env:
TESTS: "./tests/Core/Microsoft.FluentUI.AspNetCore.Components.Tests.csproj"

jobs:
build:
Build:

runs-on: windows-latest
runs-on: ubuntu-latest

steps:
- name: Checkout source
Expand All @@ -46,9 +46,11 @@ jobs:
- name: Build
run: dotnet build ${{ env.PROJECTS }} --configuration Release

test:
Test:

runs-on: windows-latest
needs: Build

runs-on: ubuntu-latest

steps:
- name: Test
Expand Down

0 comments on commit d07f151

Please sign in to comment.