From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 7840) id B98753858D37; Thu, 27 Apr 2023 23:23:11 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B98753858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1682637791; bh=WFniFeN4nIOftttl9hVMteKhoUTC6PMLiHfMDxs0Ehk=; h=From:To:Subject:Date:From; b=MoJcx98lRJZ0BvJC9sY+zD/2eaMRqEaVogTMXA6BtGHqA4if6LJM1f2jYiQA/C+ZA DWgI/6Pm98cZUllFipvfVcb1kbjIxwuPjupj0YZf+a4ZGyaFM6pUrhsdeGPRzBVugg xvfJupJ7IoIxGnZ0/DLFc97hkFmhTXfwYvIMn/8Q= 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/releases/gcc-11)] 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/releases/gcc-11 X-Git-Oldrev: 57d609f75446b9763a2d783a894cb248ec2db18e X-Git-Newrev: 3624e28f5caf1f1a7cf3c465236d70a0adb14c04 Message-Id: <20230427232311.B98753858D37@sourceware.org> Date: Thu, 27 Apr 2023 23:23:11 +0000 (GMT) List-Id: https://gcc.gnu.org/g:3624e28f5caf1f1a7cf3c465236d70a0adb14c04 commit 3624e28f5caf1f1a7cf3c465236d70a0adb14c04 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: [""]