Skip to content

Commit 2eb7829

Browse files
committed
rotate versions
1 parent 8af816b commit 2eb7829

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/config/ubuntu-24.04/conan/profiles/default renamed to .github/config/ubuntu-22.04/conan/profiles/default

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
arch=x86_64
33
build_type=Release
44
compiler=clang
5-
compiler.version=16
5+
compiler.version=15
66
compiler.cppstd=17
77
compiler.libcxx=libstdc++11
88
os=Linux
99

1010
[conf]
11-
tools.build:compiler_executables={'c': 'clang-16', 'cpp': 'clang++-16'}
11+
tools.build:compiler_executables={'c': 'clang-15', 'cpp': 'clang++-15'}

.github/workflows/pip.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
os: [ubuntu-24.04, windows-2022, macos-14]
14+
os: [ubuntu-22.04, windows-2022, macos-13]
1515
python-version: ["3.7", "3.11"]
1616
runs-on: ${{ matrix.os }}
1717
steps:

.github/workflows/wheels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
fail-fast: false
3232
matrix:
33-
os: [ubuntu-24.04, windows-2022, macos-14]
33+
os: [ubuntu-22.04, windows-2022, macos-13]
3434
steps:
3535
- uses: actions/checkout@v4
3636
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)