This is an automated email from the ASF dual-hosted git repository.
vavrtom pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-broker-j.git
The following commit(s) were added to refs/heads/main by this push:
new d2ac4840ca NO-JIRA - Update ubuntu runner to 'ubuntu-24.04' (#257)
d2ac4840ca is described below
commit d2ac4840cae156e8cd8ead8fc71e39f0090989ee
Author: Daniil Kirilyuk <[email protected]>
AuthorDate: Tue Feb 11 15:14:20 2025 +0100
NO-JIRA - Update ubuntu runner to 'ubuntu-24.04' (#257)
---
.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 6226471fd3..4bb2158746 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -20,7 +20,7 @@ on: [push, pull_request, workflow_dispatch]
jobs:
build:
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]