From 0b73b121336bec4c71d38305fb5f2d1797b8a786 Mon Sep 17 00:00:00 2001 From: Xin Yang Date: Mon, 16 Sep 2024 16:54:32 -0700 Subject: [PATCH] [ci] Update amazonlinux container --- .github/workflows/native_s3_fasttext.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/native_s3_fasttext.yml b/.github/workflows/native_s3_fasttext.yml index 66d0b2729d0..3bf08acaf99 100644 --- a/.github/workflows/native_s3_fasttext.yml +++ b/.github/workflows/native_s3_fasttext.yml @@ -10,7 +10,7 @@ permissions: jobs: build-fasttext-jni-linux: runs-on: ubuntu-latest - container: amazonlinux:2 + container: amazonlinux:2023 steps: - name: Install Environment run: |