Skip to content

Commit 84e2787

Browse files
committed
Temporarily remove all workflows etc ubuntu22.04 and ubuntu24.04
1 parent 63cf47f commit 84e2787

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/build_wheels.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ on:
1212
- '*'
1313
branches:
1414
- release/*
15-
- feature/*
1615
- main
1716
- develop
1817

.github/workflows/cmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
build:
1919
strategy:
2020
matrix:
21-
os: [ubuntu-latest, windows-latest, macos-latest]
21+
os: [ubuntu-22.04, ubuntu-24.04]
2222
release: [Release]
2323
ssl: [ON, OFF]
2424
client-only: [ON, OFF]
@@ -38,7 +38,7 @@ jobs:
3838
shell: bash
3939

4040
steps:
41-
- uses: actions/checkout@v3
41+
- uses: actions/checkout@v4
4242

4343
- uses: actions/github-script@v7
4444
with:

0 commit comments

Comments
 (0)