From: Steve Myers Date: Mon, 6 Jan 2025 20:18:08 +0000 (-0600) Subject: ci: downgrade all workflows to ubuntu to 20.04 X-Git-Tag: v0.30.1~1^2 X-Git-Url: http://internal-gitweb-vhost/?a=commitdiff_plain;h=20100aabd54d507e01894993829b2968cee10f25;p=bdk ci: downgrade all workflows to ubuntu to 20.04 --- diff --git a/.github/workflows/code_coverage.yml b/.github/workflows/code_coverage.yml index 52bfb1ac..5be04684 100644 --- a/.github/workflows/code_coverage.yml +++ b/.github/workflows/code_coverage.yml @@ -14,7 +14,7 @@ jobs: Codecov: name: Code Coverage if: false # disabled - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 env: RUSTFLAGS: "-Cinstrument-coverage" RUSTDOCFLAGS: "-Cinstrument-coverage" diff --git a/.github/workflows/cont_integration.yml b/.github/workflows/cont_integration.yml index e1472f91..605997c3 100644 --- a/.github/workflows/cont_integration.yml +++ b/.github/workflows/cont_integration.yml @@ -14,7 +14,7 @@ jobs: build-test: name: Build and test - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 strategy: matrix: rust: @@ -77,7 +77,7 @@ jobs: test-readme-examples: name: Test README.md examples - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - name: checkout uses: actions/checkout@v4 @@ -167,7 +167,7 @@ jobs: fmt: name: Rust fmt - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - name: Checkout uses: actions/checkout@v4 diff --git a/.github/workflows/nightly_docs.yml b/.github/workflows/nightly_docs.yml index 9eef21ce..9301dad1 100644 --- a/.github/workflows/nightly_docs.yml +++ b/.github/workflows/nightly_docs.yml @@ -13,7 +13,7 @@ on: jobs: build_docs: name: Build docs - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - name: Checkout sources uses: actions/checkout@v4 @@ -43,7 +43,7 @@ jobs: name: 'Publish docs' if: github.ref == 'refs/heads/master' needs: [build_docs] - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - name: Checkout `bitcoindevkit.org` uses: actions/checkout@v4