Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ environment:

# All of these are common to all matrix runs ATM, so pre-defined here and to be overloaded if needed
DTS: datalad_container
APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu2004
INSTALL_SYSPKGS: python3-venv xz-utils jq
APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu2204
INSTALL_SYSPKGS: python3-venv xz-utils jq libffi7
# system git-annex is way too old, use better one
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
CODECOV_BINARY: https://uploader.codecov.io/latest/linux/codecov
Expand Down
3 changes: 3 additions & 0 deletions changelog.d/pr-278.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### 🧪 Tests

- 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))