You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ta...@apache.org on 2023/03/07 16:21:35 UTC

[qpid-protonj2] branch main updated: NO-JIRA Update github actions to target later Ubuntu platform

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

tabish pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-protonj2.git


The following commit(s) were added to refs/heads/main by this push:
     new 977172f5 NO-JIRA Update github actions to target later Ubuntu platform
977172f5 is described below

commit 977172f58eefb0cc0b90c1e1e2a3c63a54f3c03c
Author: Timothy Bish <ta...@gmail.com>
AuthorDate: Tue Mar 7 11:21:06 2023 -0500

    NO-JIRA Update github actions to target later Ubuntu platform
---
 .github/workflows/build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index e412eaab..c7579566 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -4,7 +4,7 @@ on: [push, pull_request, workflow_dispatch]
 
 jobs:
   build:
-    runs-on: ubuntu-18.04
+    runs-on: ubuntu-20.04
     strategy:
       fail-fast: false
       matrix:


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org