Skip to content

Commit

Permalink
build: bump github action/windows versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jgriffiths committed Jul 20, 2024
1 parent 11e1bf6 commit 6ca2f08
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wasm-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true

Expand All @@ -36,7 +36,7 @@ jobs:

- run: cd src/wasm_package && npm test

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: libwally-npm
path: src/wasm_package/wallycore-*.tgz
6 changes: 3 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
CIBW_BEFORE_ALL_LINUX: ./tools/install_swig.sh
CIBW_BEFORE_ALL_MACOS: brew install gnu-sed swig automake libtool
Expand All @@ -26,7 +26,7 @@ jobs:
SWIG_PATH: "C:\\ProgramData\\chocolatey\\lib\\swig\\tools\\install\\swigwin-3.0.12"

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
Expand All @@ -48,6 +48,6 @@ jobs:
CIBW_ARCHS_LINUX: "x86_64 aarch64"
CIBW_ARCHS_MACOS: "x86_64 arm64 universal2"

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
path: ./wheelhouse/*.whl

0 comments on commit 6ca2f08

Please sign in to comment.