From 7696dd45fff6924f6caa25e05384abd345d23b67 Mon Sep 17 00:00:00 2001 From: Souriya Trinh Date: Sat, 6 Jul 2024 13:36:26 +0200 Subject: [PATCH] Update macos-11 and macos-12 to macos-latest for Github runners. --- .github/workflows/ios.yml | 2 +- .github/workflows/macos-ustk.yml | 2 +- .github/workflows/macos.yml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index c8e0432fd3..a812eb7175 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-11] + os: [macos-latest] steps: # https://github.com/marketplace/actions/cancel-workflow-action diff --git a/.github/workflows/macos-ustk.yml b/.github/workflows/macos-ustk.yml index 120d6211e2..86c9e9b437 100644 --- a/.github/workflows/macos-ustk.yml +++ b/.github/workflows/macos-ustk.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-12] + os: [macos-latest] steps: # https://github.com/marketplace/actions/cancel-workflow-action diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 4427219ff7..52bdc3f953 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-12, macos-13] + os: [macos-13, macos-latest] steps: # https://github.com/marketplace/actions/cancel-workflow-action @@ -33,8 +33,8 @@ jobs: - name: Print OS information run: system_profiler SPSoftwareDataType - - name: Install dependencies on macos-12 - if: matrix.os == 'macos-12' + - name: Install dependencies on macos-latest + if: matrix.os == 'macos-latest' run: | brew install libpng libjpeg-turbo libdc1394 opencv pcl librealsense zbar pkg-config nlohmann-json