From 4b1d846d5044bd3a77a65228fd96197f7a0ce3e8 Mon Sep 17 00:00:00 2001 From: Paul Adkisson Date: Mon, 29 Apr 2024 15:04:41 -0400 Subject: [PATCH] added macos-13 and removed conda setup --- .github/workflows/update-testing-data.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/update-testing-data.yml b/.github/workflows/update-testing-data.yml index d012a203..a7f59dfd 100644 --- a/.github/workflows/update-testing-data.yml +++ b/.github/workflows/update-testing-data.yml @@ -11,9 +11,8 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, windows-latest, macos-latest] + os: [ubuntu-latest, windows-latest, macos-latest, macos-13] # macos-13 is the latest version of macOS with Intel chip steps: - - uses: s-weigand/setup-conda@v1 - uses: actions/checkout@v2 - run: git fetch --prune --unshallow --tags - name: Setup Python 3.11