Skip to content

Commit

Permalink
update CI runner versions; update CI Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
C.A.P. Linssen committed Nov 19, 2024
1 parent f0d1594 commit ca56f5d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ode-toolbox-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout ODE-toolbox code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.8
python-version: 3.9

- name: Install apt dependencies
run: |
Expand Down Expand Up @@ -47,12 +47,12 @@ jobs:

steps:
- name: Checkout ODE-toolbox code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.8
python-version: 3.9

- name: Install apt dependencies
run: |
Expand Down

0 comments on commit ca56f5d

Please sign in to comment.