File 0218-Update-ubuntu-to-latest.patch of Package erlang
From 3d801b107aa23769bddf47d30af0d5a92108b2d5 Mon Sep 17 00:00:00 2001
From: Benjamin Philip <benjamin.philip495@gmail.com>
Date: Mon, 21 Apr 2025 07:21:46 +0530
Subject: [PATCH] Update ubuntu to latest
---
.github/workflows/pr-comment.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/pr-comment.yaml b/.github/workflows/pr-comment.yaml
index 84d85bedda..0c40b622bc 100644
--- a/.github/workflows/pr-comment.yaml
+++ b/.github/workflows/pr-comment.yaml
@@ -37,7 +37,7 @@ permissions:
jobs:
pr-number:
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
if: github.repository == 'erlang/otp'
permissions:
issues: read
@@ -73,7 +73,7 @@ jobs:
pr_number: ${{ needs.pr-number.outputs.result }} });
finished-tests:
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
needs: pr-number
## Limit concurrency so that only one job deploys to erlang.github.io
concurrency: erlang.github.io-deploy
--
2.43.0