Skip to content

Commit

Permalink
Merge pull request #105 from redth-org/ci/update-build-tools
Browse files Browse the repository at this point in the history
Update build tools
  • Loading branch information
Cheesebaron authored Sep 11, 2023
2 parents 8a6a64d + 5cc1d85 commit 2833abe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"cake.tool": {
"version": "2.2.0",
"version": "3.1.0",
"commands": [
"dotnet-cake"
]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push]
jobs:
build:

runs-on: macos-latest
runs-on: macos-13

steps:
- uses: actions/checkout@v1
Expand Down
3 changes: 1 addition & 2 deletions build.cake
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#tool dotnet:https://api.nuget.org/v3/index.json?package=GitVersion.Tool&version=5.10.1
#tool nuget:https://api.nuget.org/v3/index.json?package=vswhere&version=2.8.4
#tool dotnet:https://api.nuget.org/v3/index.json?package=GitVersion.Tool&version=5.12.0
#addin nuget:https://api.nuget.org/v3/index.json?package=Cake.Figlet&version=2.0.1

var target = Argument("target", "Default");
Expand Down

0 comments on commit 2833abe

Please # to comment.