You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ch...@apache.org on 2023/05/22 06:33:47 UTC

[apisix-java-plugin-runner] branch main updated: chore: update CI runs on ubuntu-latest (#242)

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

chenjunxu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/apisix-java-plugin-runner.git


The following commit(s) were added to refs/heads/main by this push:
     new 25512a2  chore: update CI runs on ubuntu-latest (#242)
25512a2 is described below

commit 25512a23591fb6db7a7cce5937589791df6ca05c
Author: Gallardot <ga...@apache.org>
AuthorDate: Mon May 22 14:33:41 2023 +0800

    chore: update CI runs on ubuntu-latest (#242)
---
 .github/workflows/ci.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index c2132b1..0b1394b 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -26,7 +26,7 @@ on:
 
 jobs:
   CI:
-    runs-on: ubuntu-18.04
+    runs-on: ubuntu-latest
     timeout-minutes: 180
     strategy:
       fail-fast: true