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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]