Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtiomTr committed Oct 28, 2024
1 parent be67106 commit 78c576c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/format-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
format:
name: Format and commit files
runs-on: ubuntu-latest
runs-on: windows-latest
if: github.actor != 'frachtbot'
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
size:
# TODO: configure Size limit for all packages
name: Size limit
runs-on: ubuntu-latest
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
contents: write
timeout-minutes: 5
name: Release
runs-on: ubuntu-latest
runs-on: windows-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 78c576c

Please sign in to comment.