From f31d9bb31e0fae255a14532446a7071d7a2cb3a4 Mon Sep 17 00:00:00 2001 From: Mahrud Sayrafi Date: Mon, 23 Oct 2023 03:17:21 -0500 Subject: [PATCH 1/3] added macos-latest-xlarge to GitHub Actions runners --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a65bbbc..9495804 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-11, macos-12, macos-13] + os: [ubuntu-latest, macos-11, macos-12, macos-13, macos-latest-xlarge] runs-on: ${{ matrix.os }} steps: - name: Set up Homebrew From 16ccddf537ba1ee744c3d947cdc679f5d9e11cb0 Mon Sep 17 00:00:00 2001 From: Mahrud Sayrafi Date: Mon, 23 Oct 2023 03:30:27 -0500 Subject: [PATCH 2/3] switched to using GitHub Packages for storing bottles --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9495804..c52c644 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -36,7 +36,7 @@ jobs: - run: brew test-bot --only-tap-syntax - - run: brew test-bot --only-formulae --verbose + - run: brew test-bot --only-formulae --verbose --root-url=https://ghcr.io/v2/macaulay2/tap if: github.event_name == 'pull_request' - name: Upload bottles as artifact From 5c27f8eee02d9b12e311e8016690393b083332a0 Mon Sep 17 00:00:00 2001 From: Mahrud Sayrafi Date: Mon, 23 Oct 2023 03:32:51 -0500 Subject: [PATCH 3/3] gfan: revision bump --- Formula/gfan.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/gfan.rb b/Formula/gfan.rb index 0a38b7b..0821fce 100644 --- a/Formula/gfan.rb +++ b/Formula/gfan.rb @@ -4,7 +4,7 @@ class Gfan < Formula url "https://users-math.au.dk/~jensen/software/gfan/gfan0.6.2.tar.gz" sha256 "a674d5e5dc43634397de0d55dd5da3c32bd358d05f72b73a50e62c1a1686f10a" license "GPL-2.0-or-later" - revision 10 + revision 11 bottle do root_url "https://github.com/Macaulay2/homebrew-tap/releases/download/gfan-0.6.2_10"