diff options
author | Daniil Baturin <daniil@vyos.io> | 2023-07-27 15:41:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-27 15:41:45 +0100 |
commit | c91089b40866189133fc7fbd6379db4ca9e1f550 (patch) | |
tree | adf04dc612c8486c5db1fca93ec55ff30ceba6c1 | |
parent | 266a4cacf615549b9b8654808380ab3e9fb04953 (diff) | |
parent | fe821df79b74e6f4a545e47ad0f8041e5ac4697b (diff) | |
download | vyos-1x-c91089b40866189133fc7fbd6379db4ca9e1f550.tar.gz vyos-1x-c91089b40866189133fc7fbd6379db4ca9e1f550.zip |
Merge pull request #2115 from sever-sever/T5258-eq
T5258: git Actions use ubuntu-22.04 for PR conflicts checker
-rw-r--r-- | .github/workflows/pr-conflicts.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pr-conflicts.yml b/.github/workflows/pr-conflicts.yml index 72ff3969b..96040cd60 100644 --- a/.github/workflows/pr-conflicts.yml +++ b/.github/workflows/pr-conflicts.yml @@ -6,7 +6,7 @@ on: jobs: Conflict_Check: name: 'Check PR status: conflicts and resolution' - runs-on: ubuntu-18.04 + runs-on: ubuntu-22.04 steps: - name: check if PRs are dirty uses: eps1lon/actions-label-merge-conflict@releases/2.x |