Skip to content

Commit

Permalink
Try macOS 15
Browse files Browse the repository at this point in the history
  • Loading branch information
Deadpikle committed Nov 7, 2024
1 parent 949c6fe commit a72c463
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit a72c463

Please sign in to comment.