Skip to content

Commit 75b193c

Browse files
committed
ci: fix runner string
1 parent 595856a commit 75b193c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-images-manifests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
jobs:
1414
build-platform-images:
1515
name: Build presidio images.
16-
runs-on: ${{ matrix.runner }}
16+
runs-on: ubuntu-latest
1717
steps:
1818

1919
- name: Checkout current repo

0 commit comments

Comments
 (0)