From f6593b126672c0a7fc13b8e03f8a31f3975d748e Mon Sep 17 00:00:00 2001 From: Cody Baker Date: Wed, 29 May 2024 21:53:42 -0400 Subject: [PATCH] restore os --- .github/workflows/testing_dev.yml | 2 +- .github/workflows/testing_dev_with_live_services.yml | 2 +- .github/workflows/testing_pipelines.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/testing_dev.yml b/.github/workflows/testing_dev.yml index 3551879ca..b15de3a9c 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 diff --git a/.github/workflows/testing_dev_with_live_services.yml b/.github/workflows/testing_dev_with_live_services.yml index e061c4be3..0a19a0d2c 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 diff --git a/.github/workflows/testing_pipelines.yml b/.github/workflows/testing_pipelines.yml index 4021e6e8f..4c3292b90 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