Skip to content

Commit

Permalink
Update macos-11 and macos-12 to macos-latest for Github runners.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-trinh committed Jul 6, 2024
1 parent 5567e30 commit 7696dd4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos-ustk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 7696dd4

Please sign in to comment.