Skip to content

Commit

Permalink
CI/CD - move builds from macOS 12 to 13 due to deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
gkv311 committed Oct 20, 2024
1 parent 01af4de commit 94a7962
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build (macOS 12)
name: Build (macOS 13)
on:
push:
branches: [ master ]
Expand All @@ -8,15 +8,15 @@ on:

jobs:
macOS:
runs-on: macos-12
runs-on: macos-13
steps:
- name: Clone Tree
uses: actions/checkout@v1
with:
fetch-depth: 1
- name: Install Dependencies
run: |
brew update
brew update || true
brew install \
freetype \
ffmpeg
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ Building state of [master branch](https://github.com/gkv311/sview/actions?query=

| Target platform | Build Status |
|----------------------|--------------|
| Ubuntu 20.04 (amd64) | ![status](https://github.com/gkv311/sview/actions/workflows/build_ubuntu_20.04.yml/badge.svg?branch=master) |
| Ubuntu 22.04 (amd64) | ![status](https://github.com/gkv311/sview/actions/workflows/build_ubuntu_22.04.yml/badge.svg?branch=master) |
| Ubuntu 24.04 (amd64) | ![status](https://github.com/gkv311/sview/actions/workflows/build_ubuntu_24.04.yml/badge.svg?branch=master) |
| macOS 12 (amd64) | ![status](https://github.com/gkv311/sview/actions/workflows/build_macos_12.yml/badge.svg?branch=master) |
| Ubuntu 22.04 (amd64) | ![status](https://github.com/gkv311/sview/actions/workflows/build_ubuntu_22.04.yml/badge.svg?branch=master) |
| Ubuntu 20.04 (amd64) | ![status](https://github.com/gkv311/sview/actions/workflows/build_ubuntu_20.04.yml/badge.svg?branch=master) |
| macOS 13 (amd64) | ![status](https://github.com/gkv311/sview/actions/workflows/build_macos_13.yml/badge.svg?branch=master) |
| Android (armeabi-v7a)| ![status](https://github.com/gkv311/sview/actions/workflows/build_android.yml/badge.svg?branch=master) |
| Windows (amd64) | ![status](https://github.com/gkv311/sview/actions/workflows/build_msvc.yml/badge.svg?branch=master) |

0 comments on commit 94a7962

Please sign in to comment.