Skip to content

Commit

Permalink
Merge pull request #710 from valadas/remove-non-windows-builds
Browse files Browse the repository at this point in the history
Removes CI builds on ubuntu/osx
  • Loading branch information
david-poindexter authored Apr 12, 2024
2 parents b195a48 + 96af81d commit ec91d93
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 34 deletions.
32 changes: 0 additions & 32 deletions .github/workflows/PR_Validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,35 +38,3 @@ jobs:
run: ./build.cmd Compile
env:
GithubToken: ${{ secrets.GITHUB_TOKEN }}
macOS-latest:
name: macOS-latest
runs-on: macOS-latest
steps:
- uses: actions/checkout@v2
- name: Cache .nuke/temp, ~/.nuget/packages
uses: actions/cache@v2
with:
path: |
.nuke/temp
~/.nuget/packages
key: ${{ runner.os }}-${{ hashFiles('**/global.json', '**/*.csproj') }}
- name: Run './build.cmd Compile'
run: ./build.cmd Compile
env:
GithubToken: ${{ secrets.GITHUB_TOKEN }}
ubuntu-latest:
name: ubuntu-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Cache .nuke/temp, ~/.nuget/packages
uses: actions/cache@v2
with:
path: |
.nuke/temp
~/.nuget/packages
key: ${{ runner.os }}-${{ hashFiles('**/global.json', '**/*.csproj') }}
- name: Run './build.cmd Compile'
run: ./build.cmd Compile
env:
GithubToken: ${{ secrets.GITHUB_TOKEN }}
2 changes: 0 additions & 2 deletions build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
[GitHubActions(
"PR_Validation",
GitHubActionsImage.WindowsLatest,
GitHubActionsImage.MacOsLatest,
GitHubActionsImage.UbuntuLatest,
ImportSecrets = new[] { "GithubToken" },
OnPullRequestBranches = new[] { "main" },
InvokedTargets = new[] { nameof(Compile) })]
Expand Down

0 comments on commit ec91d93

Please sign in to comment.