From 5ed5637eff3dde6265d8d0daf5435ea5b4152f0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sat, 14 Oct 2023 10:41:00 +0200 Subject: [PATCH] ci: bump ubuntu version --- .github/workflows/nix.yml | 2 +- bors.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index c5ccf7b8..6baa316d 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -14,7 +14,7 @@ jobs: matrix: os: - macos-latest - - ubuntu-20.04 + - ubuntu-latest runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3 diff --git a/bors.toml b/bors.toml index 705f46cb..09b2993a 100644 --- a/bors.toml +++ b/bors.toml @@ -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",