diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index c26d05b..e96e48f 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -8,18 +8,18 @@ jobs: # NOTE: Python 3.12 is not supported yet config: [ - {os: ubuntu-latest, py: '3.8'}, - {os: ubuntu-latest, py: '3.9'}, - {os: ubuntu-latest, py: '3.10'}, - {os: ubuntu-latest, py: '3.11'}, - # {os: ubuntu-latest, py: '3.12'}, - {os: macos-latest, py: '3.8'}, - {os: macos-latest, py: '3.9'}, - {os: macos-latest, py: '3.10'}, - {os: macos-latest, py: '3.11'}, + {os: ubuntu-20.04, py: '3.8'}, + {os: ubuntu-20.04, py: '3.9'}, + {os: ubuntu-20.04, py: '3.10'}, + {os: ubuntu-20.04, py: '3.11'}, + # {os: ubuntu-20.04, py: '3.12'}, + # {os: macos-latest, py: '3.8'}, + # {os: macos-latest, py: '3.9'}, + # {os: macos-latest, py: '3.10'}, + # {os: macos-latest, py: '3.11'}, # {os: macos-latest, py: '3.12'}, - {os: macos-14, py: '3.10'}, - {os: macos-14, py: '3.11'}, + # {os: macos-14, py: '3.10'}, + # {os: macos-14, py: '3.11'}, # {os: macos-14, py: '3.12'} ] name: Python ${{ matrix.config.py }} on ${{ matrix.config.os }} @@ -27,6 +27,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4.1.1 + - name: gcc version + run: gcc --version - name: Download data working-directory: tests run: | diff --git a/tests/demo_data/ref_results/ref_results_StickZeppelinBall.pickle b/tests/demo_data/ref_results/ref_results_StickZeppelinBall.pickle index e8b7349..3408d1c 100644 Binary files a/tests/demo_data/ref_results/ref_results_StickZeppelinBall.pickle and b/tests/demo_data/ref_results/ref_results_StickZeppelinBall.pickle differ