From 4399c4cf0a728184c3ad8914c34a952d1f413d4d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 15:19:20 +0000 Subject: [PATCH] Update dependency ubuntu to v22 --- .github/workflows/articles_branch_ci.yaml | 2 +- .github/workflows/master_branch_ci.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/articles_branch_ci.yaml b/.github/workflows/articles_branch_ci.yaml index c22d2fe..aa46924 100644 --- a/.github/workflows/articles_branch_ci.yaml +++ b/.github/workflows/articles_branch_ci.yaml @@ -10,7 +10,7 @@ on: jobs: build-article: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 container: image: ghcr.io/word-coins/latex-build:latest env: diff --git a/.github/workflows/master_branch_ci.yaml b/.github/workflows/master_branch_ci.yaml index 7d4a1b0..3f346e5 100644 --- a/.github/workflows/master_branch_ci.yaml +++ b/.github/workflows/master_branch_ci.yaml @@ -10,7 +10,7 @@ on: jobs: build-article: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 container: image: ghcr.io/word-coins/latex-build:latest env: