aboutsummaryrefslogtreecommitdiffstats
path: root/3rdparty/pybind11/.github/workflows/configure.yml
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/pybind11/.github/workflows/configure.yml')
-rw-r--r--3rdparty/pybind11/.github/workflows/configure.yml16
1 files changed, 6 insertions, 10 deletions
diff --git a/3rdparty/pybind11/.github/workflows/configure.yml b/3rdparty/pybind11/.github/workflows/configure.yml
index 23f60229..edcad419 100644
--- a/3rdparty/pybind11/.github/workflows/configure.yml
+++ b/3rdparty/pybind11/.github/workflows/configure.yml
@@ -18,7 +18,7 @@ jobs:
matrix:
runs-on: [ubuntu-latest, macos-latest, windows-latest]
arch: [x64]
- cmake: [3.18]
+ cmake: ["3.23"]
include:
- runs-on: ubuntu-latest
@@ -29,22 +29,18 @@ jobs:
arch: x64
cmake: 3.7
- - runs-on: windows-2016
- arch: x86
- cmake: 3.8
-
- - runs-on: windows-2016
- arch: x86
+ - runs-on: windows-2019
+ arch: x64 # x86 compilers seem to be missing on 2019 image
cmake: 3.18
name: 🐍 3.7 • CMake ${{ matrix.cmake }} • ${{ matrix.runs-on }}
runs-on: ${{ matrix.runs-on }}
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Setup Python 3.7
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
with:
python-version: 3.7
architecture: ${{ matrix.arch }}
@@ -55,7 +51,7 @@ jobs:
# An action for adding a specific version of CMake:
# https://github.com/jwlawson/actions-setup-cmake
- name: Setup CMake ${{ matrix.cmake }}
- uses: jwlawson/actions-setup-cmake@v1.3
+ uses: jwlawson/actions-setup-cmake@v1.12
with:
cmake-version: ${{ matrix.cmake }}