feat: Use 16-core larger runner for github actions (#158)

This commit is contained in:
Alan Rynne
2024-11-06 12:53:58 +01:00
committed by GitHub
parent 0240e3b49e
commit 378149a0af
+2 -2
View File
@@ -6,7 +6,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-latest-16-core
steps:
- name: Checkout
uses: actions/checkout@v4
@@ -33,4 +33,4 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
- name: Push to nuget.org
run: dotnet nuget push output/*.nupkg --source "https://api.nuget.org/v3/index.json" --api-key ${{secrets.CONNECTORS_NUGET_TOKEN }} --skip-duplicate
run: dotnet nuget push output/*.nupkg --source "https://api.nuget.org/v3/index.json" --api-key ${{secrets.CONNECTORS_NUGET_TOKEN }} --skip-duplicate