Skip to content

Commit

Permalink
Update metacall and node, trying to make the ci pass.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Feb 21, 2024
1 parent b7e84c8 commit 96e6d3f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-12, macos-13, macos-14]
os: [macos-12] # TODO: macos-13, macos-14
runs-on: ${{ matrix.os }}
steps:
- name: Check out the repository
Expand Down
6 changes: 3 additions & 3 deletions metacall.rb
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
class Metacall < Formula
desc "Ultimate polyglot programming experience"
homepage "https://metacall.io"
url "https://github.com/metacall/core/archive/refs/tags/v0.7.7.tar.gz"
sha256 "28a0e198c3d7583280191ebc94d9377d96b89b6df2cd3e4a233921696a483853"
url "https://github.com/metacall/core/archive/refs/tags/v0.7.9.tar.gz"
sha256 "f252ee9d272e2471879db99aca5e37dac742e917fc0da490b087934c78f5e3e4"
license "Apache-2.0"
head "https://github.com/metacall/core.git", branch: "develop"

depends_on "cmake" => :build
depends_on "node@14"
depends_on "node@18"
depends_on "openjdk"
depends_on "python@3.12"
depends_on "ruby"
Expand Down
2 changes: 0 additions & 2 deletions pr.sh

This file was deleted.

2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
set -euxo pipefail
brew test ./metacall.rb

brew test ./metacall.rb

0 comments on commit 96e6d3f

Please sign in to comment.