This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-spi-extensions.git
The following commit(s) were added to refs/heads/master by this push:
new 446c00f Update ci.yml
446c00f is described below
commit 446c00f85a23be62d060f247ef4e9f8742660c74
Author: Albumen Kevin <[email protected]>
AuthorDate: Thu Apr 27 16:09:37 2023 +0800
Update ci.yml
---
.github/workflows/ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 18d385a..b9d607d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- os: [ ubuntu-18.04, windows-2019 ]
+ os: [ ubuntu-latest, windows-2019 ]
jdk: [ 8, 11 ]
steps:
- uses: actions/checkout@v2