From a72c4638a9c5d026ab13f330f52d397c1099e6cc Mon Sep 17 00:00:00 2001 From: Michael Babienco Date: Thu, 7 Nov 2024 14:37:46 +0900 Subject: [PATCH] Try macOS 15 --- .github/workflows/publish-nuget.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/publish-nuget.yml b/.github/workflows/publish-nuget.yml index ebb7e02..4a145df 100644 --- a/.github/workflows/publish-nuget.yml +++ b/.github/workflows/publish-nuget.yml @@ -7,7 +7,7 @@ on: jobs: publish: name: Build check for all branches - runs-on: macos-latest + runs-on: macos-15 steps: - name: Checkout uses: actions/checkout@v4.2.2 @@ -21,7 +21,6 @@ jobs: - name: Build, Tests, Cover, Pack and Publish (on push tag) shell: bash run: | - sudo xcode-select -switch /Applications/Xcode_16.1.app/Contents/Developer dotnet workload restore dotnet tool install --global dotnet-releaser dotnet-releaser run --github-token "${{secrets.GITHUB_TOKEN}}" ${{ github.workspace }}/dotnet-releaser.toml