From 0c95771fa1b1d5a63d153b80a6a88f310ea32cea Mon Sep 17 00:00:00 2001 From: Tod Kurt Date: Sat, 24 Aug 2024 21:36:10 -0700 Subject: [PATCH] update workflow to use Python 3.10 instead of Python 3.12 --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index f3caff2..c48397c 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -33,7 +33,7 @@ jobs: run: echo "no prereqs to set up" - name: Setup Python - - uses: actions/setup-python@v5 + uses: actions/setup-python@v5 with: python-version: "3.10"