Skip to content

Commit

Permalink
Update for 1.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Oct 17, 2023
1 parent b9c7113 commit 21ac5f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: ['1.21']
pyver: ['3.8', '3.9', '3.10', '3.11']
version: ['1.21.1']
pyver: ['3.8', '3.9', '3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build
run: docker pull openturns/archlinux-mingw && docker run -e MAKEFLAGS='-j2' -v `pwd`:/io openturns/archlinux-mingw /io/run_docker_build.sh ${{ matrix.version }} ${{ matrix.pyver }} `id -u` `id -g`
- name: Release
Expand Down

0 comments on commit 21ac5f3

Please sign in to comment.