diff options
author | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2022-10-27 20:25:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-27 20:25:26 +0200 |
commit | ec50906943f72f4530c7f1a0395d6c8d266970f4 (patch) | |
tree | 97f2e330ce633ef1d40b8c48112af110b7382e16 /.github | |
parent | ea1719d98683340b95f0957e2384da75d65379c5 (diff) | |
download | spack-ec50906943f72f4530c7f1a0395d6c8d266970f4.tar.gz spack-ec50906943f72f4530c7f1a0395d6c8d266970f4.tar.bz2 spack-ec50906943f72f4530c7f1a0395d6c8d266970f4.tar.xz spack-ec50906943f72f4530c7f1a0395d6c8d266970f4.zip |
Update macOS Python version in CI to 3.10 (#33560)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/unit_tests.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/unit_tests.yaml b/.github/workflows/unit_tests.yaml index 1d84e5bfeb..36c4a4339b 100644 --- a/.github/workflows/unit_tests.yaml +++ b/.github/workflows/unit_tests.yaml @@ -192,7 +192,7 @@ jobs: runs-on: macos-latest strategy: matrix: - python-version: [3.8] + python-version: ["3.10"] steps: - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # @v2 with: |