Skip to content

Commit 1fb4806

Browse files
committed
CI: fix Deken setup
1 parent 8407bae commit 1fb4806

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pd-externals.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,9 @@ jobs:
8383
path: apf/examples/pure-data/build/*
8484

8585
deken-package:
86-
runs-on: ubuntu-latest
86+
# Deken is not available on 22.04,
87+
# see https://github.com/pure-data/deken/issues/260
88+
runs-on: ubuntu-20.04
8789
needs: [linux, macos, windows]
8890
steps:
8991
- name: Clone Git repository

0 commit comments

Comments
 (0)