Skip to content

Commit

Permalink
Remove windows-2019, move alternate build to just develop commits
Browse files Browse the repository at this point in the history
  • Loading branch information
Myoldmopar committed Aug 28, 2024
1 parent 2e029dc commit 4f89e21
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/alternate_linux_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ name: Alternate Linux Build
on:
push:
branches: [ develop ]
# Sequence of patterns matched against refs/tags
tags:
- 'v*' # Push events matching v*, i.e. v1.0, v20.15.10
pull_request:
branches: [ develop ]

jobs:

Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/build_and_test_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,6 @@ jobs:
generator: "Unix Makefiles"
nproc: 4
run_regressions: true
- os: windows-2019
arch: x86_64
python-arch: x64
generator: "Visual Studio 16 2019"
nproc: 4
run_regressions: false
- os: windows-2022
arch: x86_64
python-arch: x64
Expand Down

0 comments on commit 4f89e21

Please sign in to comment.