Skip to content

Commit e3339b2

Browse files
authored
Merge pull request #278 from yarikoptic/enh-ci
Upgrade appveyor to freshier base Ubuntu 22.04 to pass testing
2 parents dad4040 + 6a6a215 commit e3339b2

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ environment:
5959

6060
# All of these are common to all matrix runs ATM, so pre-defined here and to be overloaded if needed
6161
DTS: datalad_container
62-
APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu2004
63-
INSTALL_SYSPKGS: python3-venv xz-utils jq
62+
APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu2204
63+
INSTALL_SYSPKGS: python3-venv xz-utils jq libffi7
6464
# system git-annex is way too old, use better one
6565
INSTALL_GITANNEX: git-annex -m deb-url --url http://snapshot.debian.org/archive/debian/20210906T204127Z/pool/main/g/git-annex/git-annex_8.20210903-1_amd64.deb
6666
CODECOV_BINARY: https://uploader.codecov.io/latest/linux/codecov

changelog.d/pr-278.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### 🧪 Tests
2+
3+
- Upgrade appveyor to freshier base Ubuntu 22.04 to pass testing. [PR #278](https://github.com/datalad/datalad-container/pull/278) (by [@yarikoptic](https://github.com/yarikoptic))

0 commit comments

Comments
 (0)