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
8 changes: 4 additions & 4 deletions .github/workflows/build-ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ env:

jobs:
build-package:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
outputs:
build-version: ${{ steps.build-version.outputs.version }}
steps:
Expand Down Expand Up @@ -248,7 +248,7 @@ jobs:
strategy:
matrix:
flavor: ["normal", "crippled-tmp", "crippled-home", "nfs-home", "custom-config1"]
os: [ubuntu-22.04]
os: [ubuntu-24.04]
fail-fast: false
steps:
- name: Checkout this repository
Expand Down Expand Up @@ -378,7 +378,7 @@ jobs:
See <https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}> for more information.

test-annex-more:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: build-package
steps:
- name: Checkout this repository
Expand Down Expand Up @@ -428,7 +428,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

test-datalad:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: build-package
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/template/specs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- ostype: ubuntu
osname: Ubuntu
cron_hour: '02'
runs_on: ubuntu-22.04
runs_on: ubuntu-24.04
env:
LANG: C
DEB_SIGN_KEYID: 13A1093296154584245E0300C98FC49D36DAB17F
Expand Down