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
2 changes: 1 addition & 1 deletion .github/workflows/lint-policy-in-other-repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
steps:
- name: Checkout cfengine-cli
uses: actions/checkout@v7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/make-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ permissions:
contents: read
jobs:
check:
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
strategy:
fail-fast: true
matrix:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types: [published]
jobs:
release-build:
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
permissions:
contents: read
steps:
Expand All @@ -26,7 +26,7 @@ jobs:
name: release-dists
path: dist/
pre-release-tests:
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
permissions:
contents: read
steps:
Expand All @@ -38,7 +38,7 @@ jobs:
uv build
uv run pytest
pypi-publish:
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
needs:
- release-build
- pre-release-tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-syntax-description.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
update_syntax_desc:
if: contains(fromJSON('["cfengine","mendersoftware","NorthernTechHQ"]'), github.repository_owner)
name: Update syntax-description
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
permissions:
contents: write
pull-requests: write
Expand Down
Loading