From 771b6c2a023de77e40512591905a1793b97c2e06 Mon Sep 17 00:00:00 2001 From: Kaushik Iska Date: Mon, 12 Feb 2024 10:13:26 -0500 Subject: [PATCH] Add ubuntu-latest builder for Build and Test The ubicloud runner is failing, this is to see if its an issue on their end. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a7b510349d..fe2c94eef9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: build: strategy: matrix: - runner: [ubicloud-standard-2-ubuntu-2204-arm] + runner: [ubuntu-latest, ubicloud-standard-2-ubuntu-2204-arm] runs-on: ${{ matrix.runner }} timeout-minutes: 30 services: