diff --git a/.github/workflows/testing_dev.yml b/.github/workflows/testing_dev.yml index d6d78c7e1..3551879ca 100644 --- a/.github/workflows/testing_dev.yml +++ b/.github/workflows/testing_dev.yml @@ -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 @@ -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 diff --git a/.github/workflows/testing_dev_with_live_services.yml b/.github/workflows/testing_dev_with_live_services.yml index 94818fd37..e061c4be3 100644 --- a/.github/workflows/testing_dev_with_live_services.yml +++ b/.github/workflows/testing_dev_with_live_services.yml @@ -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 @@ -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 diff --git a/.github/workflows/testing_pipelines.yml b/.github/workflows/testing_pipelines.yml index 4c3292b90..4021e6e8f 100644 --- a/.github/workflows/testing_pipelines.yml +++ b/.github/workflows/testing_pipelines.yml @@ -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