diff options
| author | tobtoht <tob@featherwallet.org> | 2025-07-14 15:03:52 +0000 |
|---|---|---|
| committer | tobtoht <tob@featherwallet.org> | 2025-07-14 15:03:52 +0000 |
| commit | 04f47716c09d702f77da223805a71c653b859ca2 (patch) | |
| tree | 97c05c25c8368532efa9699ebd8bc068d94be7aa /.github/workflows | |
| parent | 4610926dfc6cda8fd6d78cfce3e258060620990b (diff) | |
| parent | 0e076d63fec72bde73dd011af64c56bfeefb1526 (diff) | |
| download | monzero-core-04f47716c09d702f77da223805a71c653b859ca2.tar.gz monzero-core-04f47716c09d702f77da223805a71c653b859ca2.tar.xz monzero-core-04f47716c09d702f77da223805a71c653b859ca2.zip | |
Merge pull request #9994
0e076d6 ci: gitian: update runner to 22.04 (tobtoht)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/gitian.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/gitian.yml b/.github/workflows/gitian.yml index db9735ac3..46b23188f 100644 --- a/.github/workflows/gitian.yml +++ b/.github/workflows/gitian.yml @@ -7,7 +7,7 @@ on: jobs: build-gitian: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 strategy: fail-fast: false matrix: |
