Skip to content

Commit e811d21

Browse files
committed
[DATALAD RUNCMD] Use ubuntu-22.04 until we fixup NeuroDebian APT for recent debian and Ubuntu
=== Do not change lines below === { "chain": [], "cmd": "sed -i -e s,ubuntu-latest,ubuntu-22.04,g .github/workflows/build-linux-buildenv.yaml .github/workflows/template/specs.yml .github/workflows/build-ubuntu.yaml", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^
1 parent 2d0051c commit e811d21

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-ubuntu.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ env:
2727

2828
jobs:
2929
build-package:
30-
runs-on: ubuntu-latest
30+
runs-on: ubuntu-22.04
3131
outputs:
3232
build-version: ${{ steps.build-version.outputs.version }}
3333
steps:
@@ -245,7 +245,7 @@ jobs:
245245
strategy:
246246
matrix:
247247
flavor: ["normal", "crippled-tmp", "crippled-home", "nfs-home", "custom-config1"]
248-
os: [ubuntu-latest]
248+
os: [ubuntu-22.04]
249249
fail-fast: false
250250
steps:
251251
- name: Checkout this repository
@@ -372,7 +372,7 @@ jobs:
372372
See <https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}> for more information.
373373
374374
test-annex-more:
375-
runs-on: ubuntu-latest
375+
runs-on: ubuntu-22.04
376376
needs: build-package
377377
steps:
378378
- name: Checkout this repository
@@ -422,7 +422,7 @@ jobs:
422422
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
423423

424424
test-datalad:
425-
runs-on: ubuntu-latest
425+
runs-on: ubuntu-22.04
426426
needs: build-package
427427
strategy:
428428
matrix:

.github/workflows/template/specs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- ostype: ubuntu
22
osname: Ubuntu
33
cron_hour: '02'
4-
runs_on: ubuntu-latest
4+
runs_on: ubuntu-22.04
55
env:
66
LANG: C
77
DEB_SIGN_KEYID: 13A1093296154584245E0300C98FC49D36DAB17F

0 commit comments

Comments
 (0)