Skip to content

Commit

Permalink
fix(ci): downgrade ubuntu runners 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ilharp committed Dec 6, 2022
1 parent e9a4314 commit 2829654
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
target:
- '{"goos":"windows","rid":"win-x64","os":"windows-2022"}'
- '{"goos":"linux","rid":"linux-x64","os":"ubuntu-18.04"}'
- '{"goos":"linux","rid":"linux-x64","os":"ubuntu-20.04"}'
- '{"goos":"darwin","rid":"osx-x64","os":"macos-11"}'

runs-on: ${{ fromJson(matrix.target).os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
target:
- '{"goos":"windows","rid":"win-x64","os":"windows-2022"}'
- '{"goos":"linux","rid":"linux-x64","os":"ubuntu-18.04"}'
- '{"goos":"linux","rid":"linux-x64","os":"ubuntu-20.04"}'
- '{"goos":"darwin","rid":"osx-x64","os":"macos-11"}'

runs-on: ${{ fromJson(matrix.target).os }}
Expand Down

0 comments on commit 2829654

Please sign in to comment.