Skip to content

Commit

Permalink
Add ubuntu-latest builder for Build and Test
Browse files Browse the repository at this point in the history
The ubicloud runner is failing, this is to see if its an issue on their end.
  • Loading branch information
iskakaushik authored Feb 12, 2024
1 parent e5eb347 commit 771b6c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 771b6c2

Please sign in to comment.