This is an automated email from the ASF dual-hosted git repository.
tristan pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/flume.git
The following commit(s) were added to refs/heads/trunk by this push:
new 2d7c68561 Update to Ubuntu 22.04
2d7c68561 is described below
commit 2d7c685617d533eb3fdd079d363f292e5bae9a13
Author: Tristan Stevens <[email protected]>
AuthorDate: Sat Oct 29 00:46:43 2022 +0100
Update to Ubuntu 22.04
---
.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 8965422df..119ad1639 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -28,7 +28,7 @@ jobs:
strategy:
matrix:
- os: [ ubuntu-latest, macos-latest ]
+ os: [ ubuntu-22.04, macos-latest ]
steps: