Skip to content

Commit 20100aa

Browse files
committed
ci: downgrade all workflows to ubuntu to 20.04
1 parent 53fb49f commit 20100aa

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/code_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
Codecov:
1515
name: Code Coverage
1616
if: false # disabled
17-
runs-on: ubuntu-latest
17+
runs-on: ubuntu-20.04
1818
env:
1919
RUSTFLAGS: "-Cinstrument-coverage"
2020
RUSTDOCFLAGS: "-Cinstrument-coverage"

.github/workflows/cont_integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
build-test:
1616
name: Build and test
17-
runs-on: ubuntu-latest
17+
runs-on: ubuntu-20.04
1818
strategy:
1919
matrix:
2020
rust:
@@ -77,7 +77,7 @@ jobs:
7777

7878
test-readme-examples:
7979
name: Test README.md examples
80-
runs-on: ubuntu-latest
80+
runs-on: ubuntu-20.04
8181
steps:
8282
- name: checkout
8383
uses: actions/checkout@v4
@@ -167,7 +167,7 @@ jobs:
167167

168168
fmt:
169169
name: Rust fmt
170-
runs-on: ubuntu-latest
170+
runs-on: ubuntu-20.04
171171
steps:
172172
- name: Checkout
173173
uses: actions/checkout@v4

.github/workflows/nightly_docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
build_docs:
1515
name: Build docs
16-
runs-on: ubuntu-latest
16+
runs-on: ubuntu-20.04
1717
steps:
1818
- name: Checkout sources
1919
uses: actions/checkout@v4
@@ -43,7 +43,7 @@ jobs:
4343
name: 'Publish docs'
4444
if: github.ref == 'refs/heads/master'
4545
needs: [build_docs]
46-
runs-on: ubuntu-latest
46+
runs-on: ubuntu-20.04
4747
steps:
4848
- name: Checkout `bitcoindevkit.org`
4949
uses: actions/checkout@v4

0 commit comments

Comments
 (0)