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

yecol pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-graphar.git


The following commit(s) were added to refs/heads/main by this push:
     new ee4128fc fix(ci): use Ubuntu 22.04 (#703)
ee4128fc is described below

commit ee4128fce76bfa412c265e3681fea9029b3157ae
Author: Xiaokang Yang <[email protected]>
AuthorDate: Tue Jun 10 11:15:45 2025 +0800

    fix(ci): use Ubuntu 22.04 (#703)
---
 .github/workflows/ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 565a3e52..309e37ab 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -39,8 +39,9 @@ concurrency:
 
 jobs:
   ubuntu:
+    # TODO use ubuntu-latest
     name: Ubuntu 22.04 C++
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-22.04
     if: ${{ !contains(github.event.pull_request.title, 'WIP') && 
!github.event.pull_request.draft }}
     env:
       GAR_TEST_DATA: ${{ github.workspace }}/graphar-testing/


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to