Skip to content

Commit

Permalink
Правка пайплайнов
Browse files Browse the repository at this point in the history
  • Loading branch information
kmosolov committed Jan 23, 2024
1 parent 94d5aae commit 0229a42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
release:
name: Release
if: github.event.base_ref == 'refs/heads/master'
runs-on: windows-latest
runs-on: windows-2019
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
build:
name: Run tests
runs-on: windows-latest
runs-on: windows-2019
strategy:
matrix:
framework: [ 'netcoreapp2.0', 'net45' ]
Expand Down

0 comments on commit 0229a42

Please sign in to comment.