We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd91b76 commit be642d5Copy full SHA for be642d5
.github/workflows/wasm-package.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-20.04
14
15
steps:
16
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
17
with:
18
submodules: true
19
.github/workflows/wheels.yml
@@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- os: [ubuntu-22.04, windows-2019, macos-14]
+ os: [ubuntu-22.04, windows-2022, macos-14]
env:
20
CIBW_BEFORE_ALL_LINUX: yum install -y swig || apk add swig
21
CIBW_BEFORE_ALL_MACOS: brew install gnu-sed swig automake libtool
@@ -26,7 +26,7 @@ jobs:
26
SWIG_PATH: "C:\\ProgramData\\chocolatey\\lib\\swig\\tools\\install\\swigwin-3.0.12"
27
28
29
30
31
32
fetch-depth: 0
0 commit comments