Skip to content

Commit

Permalink
suppress inclusion; comment out os
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD committed May 30, 2024
1 parent 58de00d commit 761de27
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/testing_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, macos-13] #, windows-latest]
# os: [ubuntu-latest, macos-latest, macos-13] #, windows-latest]
include:
- os: ubuntu-latest
label: environments/environment-Linux.yml
Expand All @@ -30,8 +30,8 @@ jobs:
- os: macos-13 # Mac x64 runner
label: environments/environment-MAC-intel.yml

- os: windows-latest
label: environments/environment-Windows.yml
# - os: windows-latest
# label: environments/environment-Windows.yml

steps:
- uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/testing_dev_with_live_services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, macos-13] #, windows-latest]
# os: [ubuntu-latest, macos-latest, macos-13] #, windows-latest]
include:
- os: ubuntu-latest
label: environments/environment-Linux.yml
Expand All @@ -32,8 +32,8 @@ jobs:
- os: macos-13 # Mac x64 runner
label: environments/environment-MAC-intel.yml

- os: windows-latest
label: environments/environment-Windows.yml
# - os: windows-latest
# label: environments/environment-Windows.yml

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing_pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, macos-13] #, windows-latest]
# os: [ubuntu-latest, macos-latest, macos-13] #, windows-latest]
include:
- os: ubuntu-latest
label: environments/environment-Linux.yml
Expand Down

0 comments on commit 761de27

Please sign in to comment.