From 035b95c5089615850b9e3e0c2a35782c296dd136 Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Mon, 30 Oct 2023 13:42:10 -0500 Subject: [PATCH] Update pyinstaller-builds-actions-PIP-TAR.yml bump to Ubuntu-22.04 and python 3.11 --- .github/workflows/pyinstaller-builds-actions-PIP-TAR.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pyinstaller-builds-actions-PIP-TAR.yml b/.github/workflows/pyinstaller-builds-actions-PIP-TAR.yml index ebee98d..0d97e20 100644 --- a/.github/workflows/pyinstaller-builds-actions-PIP-TAR.yml +++ b/.github/workflows/pyinstaller-builds-actions-PIP-TAR.yml @@ -10,7 +10,7 @@ on: default: 'dir' jobs: build-linux: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 - uses: mamba-org/setup-micromamba@v1 @@ -20,7 +20,7 @@ jobs: environment-name: test environment-file: environment.yml create-args: >- - python=3.10 + python=3.11 - name: pip install cadquery CQ-editor ... etc shell: bash --login {0} run: | @@ -63,7 +63,7 @@ jobs: environment-name: test environment-file: environment.yml create-args: >- - python=3.10 + python=3.11 - name: pip install cadquery CQ-editor ... etc shell: bash --login {0} run: | @@ -104,7 +104,7 @@ jobs: init-shell: >- powershell create-args: >- - python=3.10 + python=3.11 - name: pip install cadquery CQ-editor ... etc shell: powershell run: |