We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b92e5c0 commit 9e44e52Copy full SHA for 9e44e52
1 file changed
.github/workflows/build.yml
@@ -4,7 +4,7 @@ jobs:
4
linux:
5
runs-on: ubuntu-latest
6
steps:
7
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
8
- name: Build
9
run: |
10
sudo apt-get update -y && sudo apt-get install python3-dev python3-numpy guile-3.0-dev octave-dev cmake gfortran g++-mingw-w64-x86-64 gfortran-mingw-w64-x86-64
@@ -20,7 +20,7 @@ jobs:
20
macos:
21
runs-on: macos-latest
22
23
24
25
26
brew install swig guile
@@ -31,8 +31,8 @@ jobs:
31
windows:
32
runs-on: windows-latest
33
34
35
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
36
with:
37
python-version: '3.12'
38
0 commit comments