From 05f4dec22ebf6d8d4b018195dd24430e0bfdea66 Mon Sep 17 00:00:00 2001 From: Ted Kisner Date: Wed, 28 Aug 2024 14:37:38 -0700 Subject: [PATCH] Bump pixell version again- missed the fact that there was a tag newer than latest release. --- .github/workflows/test.yml | 4 ++-- pkgs/pixell/meta.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a0da4a0..eef5d51 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,7 @@ jobs: - os: ubuntu-latest python: "3.11" arch: Linux-x86_64 - - os: macos-12 + - os: macos-13 python: "3.11" arch: MacOSX-x86_64 - os: macos-14 @@ -57,7 +57,7 @@ jobs: pyver=${{ matrix.python }} && sed -i -E "s/python=3\.[[:digit:]]+.*/python=${pyver}/" ./config/default/packages_conda.txt && cat ./config/default/packages_conda.txt && - if [[ ${{ matrix.os }} == "macos-12" || ${{ matrix.os }} == "macos-14" ]]; then \ + if [[ ${{ matrix.os }} == "macos-13" || ${{ matrix.os }} == "macos-14" ]]; then \ ./soconda.sh -e soconda -v CI -c binary; \ else \ ./soconda.sh -e soconda -v CI -c default; \ diff --git a/pkgs/pixell/meta.yaml b/pkgs/pixell/meta.yaml index 42f11dd..feddc3d 100644 --- a/pkgs/pixell/meta.yaml +++ b/pkgs/pixell/meta.yaml @@ -1,5 +1,5 @@ -{% set version = "0.26.0" %} -{% set sha256 = "51a88a080cc9c036dadfd8f62e7f01b1013ddee83d1e1072b009b266375e6139" %} +{% set version = "0.26.1" %} +{% set sha256 = "0aedd7272b2b2ac4aef476d63efb4b6b929d39663f8e3516ceec839896322bcb" %} {% set build = 0 %}