From 442d27018cb7820a7fd3792a65df4da3a5d5c149 Mon Sep 17 00:00:00 2001 From: otaj Date: Thu, 21 Jul 2022 18:55:00 +0200 Subject: [PATCH 1/2] update macos ci --- .github/workflows/ci-app_examples.yml | 2 +- .github/workflows/ci-app_tests.yml | 2 +- .github/workflows/ci-pytorch_test-full.yml | 2 +- .github/workflows/ci-pytorch_test-slow.yml | 2 +- .github/workflows/ci_pkg-install.yml | 6 +++--- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci-app_examples.yml b/.github/workflows/ci-app_examples.yml index 34808ae75767e..0e3559f3551e2 100644 --- a/.github/workflows/ci-app_examples.yml +++ b/.github/workflows/ci-app_examples.yml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-20.04, macOS-10.15, windows-2019] + os: [ubuntu-20.04, macOS-11, windows-2019] python-version: [3.8] requires: ["oldest", "latest"] diff --git a/.github/workflows/ci-app_tests.yml b/.github/workflows/ci-app_tests.yml index 73326436abf67..1dd6315811673 100644 --- a/.github/workflows/ci-app_tests.yml +++ b/.github/workflows/ci-app_tests.yml @@ -21,7 +21,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-20.04, macOS-10.15, windows-2019] + os: [ubuntu-20.04, macOS-11, windows-2019] python-version: [3.8] requires: ["oldest", "latest"] diff --git a/.github/workflows/ci-pytorch_test-full.yml b/.github/workflows/ci-pytorch_test-full.yml index 2347713aca925..972753f3d8f12 100644 --- a/.github/workflows/ci-pytorch_test-full.yml +++ b/.github/workflows/ci-pytorch_test-full.yml @@ -20,7 +20,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-20.04, windows-2019, macOS-10.15] + os: [ubuntu-20.04, windows-2019, macOS-11] python-version: ["3.7", "3.9"] # minimum, maximum requires: ["oldest", "latest"] release: ["stable"] diff --git a/.github/workflows/ci-pytorch_test-slow.yml b/.github/workflows/ci-pytorch_test-slow.yml index c21c482a7dc24..47bf8f502573c 100644 --- a/.github/workflows/ci-pytorch_test-slow.yml +++ b/.github/workflows/ci-pytorch_test-slow.yml @@ -19,7 +19,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-20.04, windows-2019, macOS-10.15] + os: [ubuntu-20.04, windows-2019, macOS-11] # same config as '.azure-pipelines/gpu-tests.yml' python-version: ["3.7"] pytorch-version: ["1.11"] diff --git a/.github/workflows/ci_pkg-install.yml b/.github/workflows/ci_pkg-install.yml index 2c32efcf0bf86..54bca37531b28 100644 --- a/.github/workflows/ci_pkg-install.yml +++ b/.github/workflows/ci_pkg-install.yml @@ -33,7 +33,7 @@ jobs: fail-fast: true max-parallel: 1 matrix: - os: [ubuntu-20.04, macOS-10.15, windows-2019] + os: [ubuntu-20.04, macOS-11, windows-2019] pkg: ["app", "pytorch"] python-version: [3.8] # , 3.9 @@ -74,7 +74,7 @@ jobs: fail-fast: false # max-parallel: 1 matrix: - os: [ubuntu-20.04, macOS-10.15, windows-2019] + os: [ubuntu-20.04, macOS-11, windows-2019] pkg: ["", "lightning"] python-version: [3.8] # , 3.9 @@ -107,7 +107,7 @@ jobs: fail-fast: false # max-parallel: 1 matrix: - os: [ubuntu-20.04, macOS-10.15, windows-2019] + os: [ubuntu-20.04, macOS-11, windows-2019] python-version: [3.8] # , 3.9 steps: From 9ab429a9e3bc3d6bc15898550a3f02a1b016c0b4 Mon Sep 17 00:00:00 2001 From: awaelchli Date: Thu, 21 Jul 2022 19:40:29 +0200 Subject: [PATCH 2/2] add missing version update --- .../cli/component-template/.github/workflows/ci-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lightning_app/cli/component-template/.github/workflows/ci-testing.yml b/src/lightning_app/cli/component-template/.github/workflows/ci-testing.yml index a15100b3b171b..6d59523e04b4e 100644 --- a/src/lightning_app/cli/component-template/.github/workflows/ci-testing.yml +++ b/src/lightning_app/cli/component-template/.github/workflows/ci-testing.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-20.04, macOS-10.15, windows-2019] + os: [ubuntu-20.04, macOS-11, windows-2019] python-version: [3.7] # Timeout: https://stackoverflow.com/a/59076067/4521646