From 81dac7a189accc322d83a47fe944935ef03dd08d Mon Sep 17 00:00:00 2001 From: Jesse Haviland Date: Mon, 29 Jul 2024 14:41:02 +1000 Subject: [PATCH] Update test_future.yml --- .github/workflows/test_future.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test_future.yml b/.github/workflows/test_future.yml index ce8f8b0c6..7471d76f5 100644 --- a/.github/workflows/test_future.yml +++ b/.github/workflows/test_future.yml @@ -10,37 +10,37 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [windows-latest, ubuntu-latest, macos-latest] - python-version: [3.7, 3.8, 3.9, '3.10'] + os: [windows-latest, ubuntu-latest, macos-12] + python-version: [3.8, 3.9, '3.10', '3.11', '3.12'] steps: - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v1 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Checkout future branch - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: ref: future path: robotics-toolbox-python - name: Checkout Swift - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: ref: future repository: jhavl/swift path: swift - name: Checkout Spatialmath - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: ref: future repository: petercorke/spatialmath-python path: sm - name: Checkout Spatialgeometry - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: ref: future repository: jhavl/spatialgeometry