Skip to content

Commit

Permalink
ci: bump ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Oct 14, 2023
1 parent a0c0a11 commit 5ed5637
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
os:
- macos-latest
- ubuntu-20.04
- ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions bors.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ cut_body_after = "" # don't include text from the PR body in the merge commit me
status = [
"Evaluate flake.nix",
"build (macos-latest)",
"build (ubuntu-20.04)",
"build (ubuntu-latest)",
"build_and_test (macos-latest)",
"build_and_test (ubuntu-20.04)",
"build_and_test (ubuntu-latest)",
"build_and_test (windows-2019)",
"clippy",
"clippy_check",
Expand Down

0 comments on commit 5ed5637

Please sign in to comment.