From c96330ca6da40828e4448aa2e8dda20c435d44e0 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Fri, 27 Oct 2023 23:28:34 -0500 Subject: [PATCH] [CI] Use ubuntu22-8-32 for central-sync-create [skip ci] --- .github/workflows/cental-sync-create.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cental-sync-create.yml b/.github/workflows/cental-sync-create.yml index 62025fc3..3b63c3d7 100644 --- a/.github/workflows/cental-sync-create.yml +++ b/.github/workflows/cental-sync-create.yml @@ -18,7 +18,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu22-8-32 steps: - uses: actions/checkout@v3 - uses: jfrog/setup-jfrog-cli@v3