We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08bc5c0 commit 737a7d5Copy full SHA for 737a7d5
3 files changed
.github/workflows/build_windows.yaml
@@ -35,7 +35,7 @@ jobs:
35
platform: x64
36
boost-lib: 64
37
steps:
38
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
39
- name: get QuantLib
40
run: |
41
git submodule update --init
.github/workflows/linux_build.yaml
@@ -26,7 +26,7 @@ jobs:
26
name: building
27
runs-on: ubuntu-22.04
28
29
30
31
32
.github/workflows/macos_ARM64_build.yaml
@@ -25,7 +25,7 @@ jobs:
25
build:
runs-on: macos-11
0 commit comments