Skip to content

Commit

Permalink
Revert back to ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtiomTr committed Nov 14, 2024
1 parent 7ab7953 commit 26a4d43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: windows-latest
runs-on: ubuntu-latest
if: github.actor != 'frachtbot'
steps:
- name: Checkout
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: windows-latest
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 26a4d43

Please sign in to comment.