Skip to content

Commit

Permalink
.github/workflows/dev-docker.yml: use ubicloud, not ubuntu standard (#…
Browse files Browse the repository at this point in the history
…802)

@iskakaushik made a copy paste typo
  • Loading branch information
serprex authored Dec 12, 2023
1 parent 9acbda5 commit 509b133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
docker-build:
strategy:
matrix:
runner: [ubuntu-latest]
runner: [ubicloud-standard-2-ubuntu-2204-arm]
runs-on: ${{ matrix.runner }}
permissions:
contents: read
Expand Down

0 comments on commit 509b133

Please sign in to comment.