Skip to content

Commit

Permalink
ci(Github Actions): bump macOS version (12 Monterey -> 13 Ventura)
Browse files Browse the repository at this point in the history
Homebrew has stopped building Monterey bottles (Homebrew/brew#18314)
  • Loading branch information
ice0 committed Oct 17, 2024
1 parent 4d8a86c commit 0eedd4d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/synfig-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
include:
# includes a new variable of npm with a value of 2
# for the matrix leg matching the os and version
- os: macos-12
name: macOS 12 Monterey (Autotools)
- os: macos-13
name: macOS 13 Ventura (Autotools)
toolchain: autotools
allow_failures: false

- os: macos-12
name: macOS 12 Monterey (CMake+Ninja)
- os: macos-13
name: macOS 13 Ventura (CMake+Ninja)
toolchain: cmake-ninja
allow_failures: true

Expand Down

0 comments on commit 0eedd4d

Please sign in to comment.