Skip to content

Commit

Permalink
Merge pull request #49 from ko-matsu/feature/upgrade-ci-20241102
Browse files Browse the repository at this point in the history
feat: upgrade on CI
  • Loading branch information
k-matsuzawa authored Nov 5, 2024
2 parents 9fbe0f9 + 78a4bda commit 0d009b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_push_cmake_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-2022, windows-2019, macos-14, macos-13, macos-12, ubuntu-24.04, ubuntu-22.04, ubuntu-20.04]
os: [windows-2022, windows-2019, macos-15, macos-14, macos-13, ubuntu-24.04, ubuntu-22.04, ubuntu-20.04]
generator: ['Unix Makefiles']
include:
- os: windows-2022
Expand Down
2 changes: 1 addition & 1 deletion .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-12]
os: [ubuntu-22.04, windows-2019, macos-13]
env:
CIBW_BEFORE_ALL_LINUX: yum install -y swig || apk add swig
CIBW_BEFORE_ALL_MACOS: brew install gnu-sed swig automake
Expand Down

0 comments on commit 0d009b4

Please sign in to comment.