Skip to content

Commit

Permalink
Merge pull request #52 from weaviate/upgrade-github-actions-runner
Browse files Browse the repository at this point in the history
Upgrade github action runner to ubuntu-latest-8-cores
  • Loading branch information
antas-marcin authored Mar 2, 2023
2 parents 96f842b + 1df14bb commit 34b8526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
build-image:
name: Build image
runs-on: ubuntu-latest
runs-on: ubuntu-latest-8-cores
strategy:
matrix:
include:
Expand Down

0 comments on commit 34b8526

Please sign in to comment.