diff --git a/.github/workflows/build-nativeshims.yml b/.github/workflows/build-nativeshims.yml index ce54aa839..8843669bc 100644 --- a/.github/workflows/build-nativeshims.yml +++ b/.github/workflows/build-nativeshims.yml @@ -113,7 +113,7 @@ jobs: build-macos: name: Build macOS - runs-on: macos-13 + runs-on: macos-latest steps: - uses: actions/checkout@v4 - run: | @@ -191,4 +191,4 @@ jobs: name: NuGet Package NativeShims - run: | dotnet nuget add source --username ${{ github.actor }} --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/Yubico/index.json" - dotnet nuget push Yubico.NativeShims.*.nupkg --source "github" --api-key ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + dotnet nuget push Yubico.NativeShims.*.nupkg --source "github" --api-key ${{ secrets.GITHUB_TOKEN }}