From 06de5877090d3bbe91e95962f0db50d20962c44f Mon Sep 17 00:00:00 2001 From: Hao Liu Date: Mon, 8 May 2023 14:13:38 -0400 Subject: [PATCH] Unpin ubuntu version for feature branch CI build --- .github/workflows/feature.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/feature.yml b/.github/workflows/feature.yml index bbf136a5a..8e41a0f17 100644 --- a/.github/workflows/feature.yml +++ b/.github/workflows/feature.yml @@ -8,7 +8,7 @@ on: jobs: release: - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest name: Push devel image steps: - uses: actions/checkout@v3