Skip to content

Commit

Permalink
Downgrade ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
nvborisenko committed Feb 13, 2024
1 parent 628a80d commit ba5d8f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
include:
- os: ubuntu-20.04
platform: linux-x64
- os: ubuntu-latest
- os: ubuntu-20.04
platform: linux-musl-x64
- os: ubuntu-latest
- os: ubuntu-20.04
platform: linux-arm64
- os: windows-latest
platform: win-x64
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
strategy:
matrix:
include:
- os: ubuntu-latest
- os: ubuntu-20.04
platform: linux-x64
- os: ubuntu-latest
- os: ubuntu-20.04
platform: linux-musl-x64
- os: ubuntu-latest
- os: ubuntu-20.04
platform: linux-arm64
- os: windows-latest
platform: win-x64
Expand Down

0 comments on commit ba5d8f8

Please sign in to comment.