This is an automated email from the ASF dual-hosted git repository.

janc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 29691948a6 Update workflow file
29691948a6 is described below

commit 29691948a613f9f117a177f9b12165bf1701d25d
Author: Piotr Narajowski <[email protected]>
AuthorDate: Wed Apr 16 15:40:15 2025 +0200

    Update workflow file
    
    Change ubuntu version from 20.04 to 22.04 as Ubuntu 20.04 LTS runner has
    been removed on 2025-04-15.
    See deprecation notice: 
https://github.com/actions/runner-images/issues/11101
---
 .github/workflows/deploy-site.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/deploy-site.yml 
b/.github/workflows/deploy-site.yml
index e95b14fe99..2c7fb5a40c 100644
--- a/.github/workflows/deploy-site.yml
+++ b/.github/workflows/deploy-site.yml
@@ -26,7 +26,7 @@ on:
 jobs:
   deploy:
     name: Deploy Site
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-22.04
     permissions:
       contents: write
       pull-requests: write

Reply via email to