From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 7840) id 3894B3858C54; Thu, 27 Apr 2023 00:37:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3894B3858C54 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1682555871; bh=t9XxHACAHIRVcc1fmSp0wnp9HwW0t6bK+ypuByNfSes=; h=From:To:Subject:Date:From; b=u7iVGrEGTbAgCmHHyYx3/3QoYUHCjd3dV3PhWLD3FOEMCnlYD/sYYclBYbaRC9ABw 0cTtFzbmH1QDN0SFdbhK7SLLmh86WIlKK43tGQOreKC8YBAqljk8SQi+ylWMxiSnL0 XAIrvlB6bi/RmlJZOZeFQk/Zt7Bwbgf4Is838HKg= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Eugene Rozenfeld To: gcc-cvs@gcc.gnu.org Subject: [gcc(refs/vendors/microsoft/heads/main)] Update Ubuntu version in update-mirror-branches.yaml to 22.04 X-Act-Checkin: gcc X-Git-Author: Eugene Rozenfeld X-Git-Refname: refs/vendors/microsoft/heads/main X-Git-Oldrev: 656fba0ac0145e1a12a7b1c742e00cbfbf182333 X-Git-Newrev: 2e2b41d5b18a5c3afde2b56c657edcd81d1c5d8b Message-Id: <20230427003751.3894B3858C54@sourceware.org> Date: Thu, 27 Apr 2023 00:37:51 +0000 (GMT) List-Id: https://gcc.gnu.org/g:2e2b41d5b18a5c3afde2b56c657edcd81d1c5d8b commit 2e2b41d5b18a5c3afde2b56c657edcd81d1c5d8b Author: Eugene Rozenfeld Date: Wed Apr 26 17:32:28 2023 -0700 Update Ubuntu version in update-mirror-branches.yaml to 22.04 Diff: --- .github/workflows/update-mirror-branches.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-mirror-branches.yaml b/.github/workflows/update-mirror-branches.yaml index 7beb047cc8a..216d1caf136 100644 --- a/.github/workflows/update-mirror-branches.yaml +++ b/.github/workflows/update-mirror-branches.yaml @@ -33,7 +33,7 @@ on: jobs: sync: - runs-on: ubuntu-18.04 + runs-on: ubuntu-22.04 strategy: matrix: upstreamBranch: [""]