Skip to content

Commit

Permalink
Trying to solve issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Oct 30, 2024
1 parent 5402d41 commit c8ee4ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-13, macos-14] # TODO: macos-15
os: [macos-13, macos-14, macos-15]
runs-on: ${{ matrix.os }}
steps:
- name: Check out the repository
Expand Down
2 changes: 1 addition & 1 deletion metacall.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class Metacall < Formula
head "https://github.com/metacall/core.git", branch: "develop"

depends_on "cmake" => :build
depends_on "python@3.12"
depends_on "python@3.13"
depends_on "[email protected]"
# TODO: Enable Java
# depends_on "openjdk"
Expand Down

0 comments on commit c8ee4ae

Please sign in to comment.