Skip to content

Commit

Permalink
Merge pull request #59 from Socrats/dependabot/github_actions/jwlawso…
Browse files Browse the repository at this point in the history
…n/actions-setup-cmake-1.14

Bump jwlawson/actions-setup-cmake from 1.13 to 1.14
  • Loading branch information
Socrats committed Apr 21, 2023
2 parents 44f9183 + ed00f0f commit d1ce88f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
python-version: 3.9

- name: Setup CMake
uses: jwlawson/actions-setup-cmake@v1.13
uses: jwlawson/actions-setup-cmake@v1.14

- name: Build wheels
uses: pypa/cibuildwheel@v2.12.3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
architecture: ${{ matrix.arch }}

- name: Setup CMake
uses: jwlawson/actions-setup-cmake@v1.13
uses: jwlawson/actions-setup-cmake@v1.14

- name: Install system dependencies macOS
if: runner.os == 'macOS'
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
python-version: '3.8'

- name: Setup CMake
uses: jwlawson/actions-setup-cmake@v1.13
uses: jwlawson/actions-setup-cmake@v1.14

- name: Install system dependencies Linux
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
python-version: '3.9'

- name: Setup CMake
uses: jwlawson/actions-setup-cmake@v1.13
uses: jwlawson/actions-setup-cmake@v1.14

- name: Install system dependencies macOS
if: runner.os == 'macOS'
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
architecture: ${{ matrix.python-arch }}

- name: Setup CMake
uses: jwlawson/actions-setup-cmake@v1.13
uses: jwlawson/actions-setup-cmake@v1.14

- name: Build and test wheels
uses: pypa/cibuildwheel@v2.12.3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheels_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
architecture: ${{ matrix.python-arch }}

- name: Setup CMake
uses: jwlawson/actions-setup-cmake@v1.13
uses: jwlawson/actions-setup-cmake@v1.14

- name: Build and test wheels
uses: pypa/cibuildwheel@v2.12.3
Expand Down

0 comments on commit d1ce88f

Please sign in to comment.