Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 2 additions & 2 deletions .github/workflows/ci_coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
type: string
jobs:
init:
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
env:
PSKEL_BUILD_TARGET: base
outputs:
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
needs:
- init
- coverage
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
env:
PSKEL_BUILD_TARGET: base
if: github.ref == 'refs/heads/main'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_emulated_linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
type: string
jobs:
Linux:
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
env:
PSKEL_BUILD_TARGET: base
strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
type: string
jobs:
init:
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
env:
PSKEL_BUILD_TARGET: base
outputs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_prepare.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
value: ${{ jobs.prepare.outputs.archive_name }}
jobs:
prepare:
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
outputs:
artifact_name: ${{ steps.metadata.outputs.artifact_name }}
artifact_run_id: ${{ steps.metadata.outputs.artifact_run_id }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
type: string
jobs:
init:
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
env:
PSKEL_BUILD_TARGET: base
outputs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cleanup_ghcr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:
packages: write
jobs:
ghcr-emulated-cache:
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
steps:
- name: Delete stale ci-emulated-cache image versions
env:
Expand Down
2 changes: 1 addition & 1 deletion build/ubuntu2204/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG PLATFORM=${BUILDPLATFORM:-linux/amd64}

FROM --platform=${PLATFORM} ubuntu:22.04
FROM --platform=${PLATFORM} ubuntu:26.04

ENV DEBIAN_FRONTEND="noninteractive"

Expand Down
2 changes: 1 addition & 1 deletion build/ubuntu2204_sury84/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG PLATFORM=${BUILDPLATFORM:-linux/amd64}

FROM --platform=${PLATFORM} ubuntu:22.04
FROM --platform=${PLATFORM} ubuntu:26.04

ENV DEBIAN_FRONTEND="noninteractive"

Expand Down