Skip to content

Commit

Permalink
Change runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiuh committed Dec 8, 2023
1 parent 9d54df8 commit 86ab441
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
buildForAllSupportedPlatforms:
name: Build for ${{ matrix.targetPlatform }}
runs-on: ubuntu-latest
runs-on: self-hosted
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
check-format-dotnet:
runs-on: windows-latest
runs-on: self-hosted

steps:
- name: Setup .NET Core
Expand Down

0 comments on commit 86ab441

Please sign in to comment.