Switched build to use a larger runner (#2019)

This commit is contained in:
hagen-danswer 2024-08-01 14:29:45 -07:00 committed by GitHub
parent e6a92aa936
commit e31d6be4ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,8 @@ on:
jobs:
build-and-push:
runs-on: ubuntu-latest
runs-on:
group: amd64-image-builders
steps:
- name: Checkout code