We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b6c771 commit 4de4637Copy full SHA for 4de4637
.github/workflows/build.yml
@@ -31,7 +31,7 @@ jobs:
31
windows:
32
runs-on: windows-2019
33
steps:
34
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
35
with:
36
submodules: true
37
fetch-depth: 0
@@ -56,9 +56,9 @@ jobs:
56
57
58
ubuntu:
59
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
60
61
62
63
64
@@ -83,7 +83,7 @@ jobs:
83
macos:
84
runs-on: macos-14
85
86
87
88
89
0 commit comments