Skip to content

Commit 2384d39

Browse files
committed
chg: dev: one more ci pkg bump without tests for debhelper
Signed-off-by: Stephen L Arnold <sarnold@vctlabs.com>
1 parent 3fb9267 commit 2384d39

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/conda-dev.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
# does not like windows
18-
os: ['ubuntu-22.04', 'ubuntu-20.04', 'macOS-12']
18+
os: ['ubuntu-22.04', 'ubuntu-20.04']
1919
python-version: ['3.9', '3.11']
2020
include:
2121
- os: 'ubuntu-22.04'
@@ -24,9 +24,7 @@ jobs:
2424
- os: 'ubuntu-20.04'
2525
generator: 'Ninja'
2626
build_type: 'RelWithDebInfo'
27-
- os: 'macOS-12'
28-
generator: 'Ninja'
29-
build_type: 'Release'
27+
3028
env:
3129
OS: ${{ matrix.os }}
3230
PYTHON: ${{ matrix.python-version }}

.github/workflows/debs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838

3939
- name: Fetch debian files
4040
run: |
41-
wget https://launchpad.net/~nerdboy/+archive/ubuntu/embedded/+sourcefiles/libtins/4.2-1build1ci/libtins_4.2-1build1ci.debian.tar.xz
42-
tar xf libtins_4.2-1build1ci.debian.tar.xz && rm *debian.tar.xz
41+
wget https://launchpad.net/~nerdboy/+archive/ubuntu/embedded/+sourcefiles/libtins/4.2-1build3ci/libtins_4.2-1build3ci.debian.tar.xz
42+
tar xf libtins_4.2*.tar.xz && rm *debian.tar.xz
4343
ls
4444
4545
- name: Update debian changelog

0 commit comments

Comments
 (0)