Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
bump github runners to ubuntu 22.04
  • Loading branch information
clangenb committed Sep 10, 2025
commit 99d86c7db54a74360cee2475e25704553b3d36f5
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

cancel_previous_runs:
name: Cancel Previous Runs
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: styfle/[email protected]
with:
Expand All @@ -52,7 +52,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-20.04 ]
os: [ ubuntu-22.04 ]
rust: [ stable ]
binary: [ release ]
env:
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-20.04 ]
os: [ ubuntu-22.04 ]
rust: [ stable ]
binary: [ release ]
env:
Expand Down Expand Up @@ -332,7 +332,7 @@ jobs:

create_artifacts:
needs: [ build_binaries, build-runtimes ]
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
env:
CHAIN_SPEC: ${{ matrix.chain }}-${{ matrix.config }}
strategy:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM phusion/baseimage:focal-1.0.0
FROM phusion/baseimage:jammy-1.0.1
LABEL maintainer="[email protected]"
LABEL description="This is the 2nd stage: a very small image where we copy the Substrate binary."

Expand Down
Loading