Skip to content

Commit

Permalink
Change windows to ubuntu in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladislav Bulyukhin committed Jan 18, 2024
1 parent fb055cc commit a5a1400
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
analyze:
name: Analyze
runs-on: windows-latest
runs-on: ubuntu-latest

permissions:
actions: read
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [ pull_request ]
jobs:
static-analysis:
name: Static analysis
runs-on: windows-latest
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
Expand All @@ -22,7 +22,7 @@ jobs:

unit:
name: Unit tests
runs-on: windows-latest
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
Expand All @@ -41,7 +41,7 @@ jobs:

visual-regression:
name: Visual tests
runs-on: windows-latest
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
publish:
runs-on: windows-latest
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit a5a1400

Please sign in to comment.