Skip to content

Commit

Permalink
ci: use ubuntu-22.04 instead of ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
antmelekhin committed Oct 7, 2024
1 parent 947e16b commit c95d0c3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
lint:
name: 'Lint'
runs-on: 'ubuntu-24.04'
runs-on: 'ubuntu-22.04'
steps:
- name: 'Checkout the codebase'
uses: 'actions/checkout@v4'
Expand All @@ -29,7 +29,7 @@ jobs:
molecule:
name: 'Molecule'
needs: 'lint'
runs-on: 'ubuntu-24.04'
runs-on: 'ubuntu-22.04'
strategy:
matrix:
include:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
publish:
name: 'Publish'
runs-on: 'ubuntu-24.04'
runs-on: 'ubuntu-22.04'
steps:
- name: 'Checkout the codebase'
uses: 'actions/checkout@v4'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
release:
name: 'Release'
runs-on: 'ubuntu-24.04'
runs-on: 'ubuntu-22.04'
if: ${{ github.repository_owner == 'antmelekhin' && github.event.workflow_run.conclusion == 'success' }}
steps:
- name: 'Checkout the codebase'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
update-version:
name: 'Update version'
runs-on: 'ubuntu-24.04'
runs-on: 'ubuntu-22.04'
permissions:
contents: 'write'
pull-requests: 'write'
Expand Down

0 comments on commit c95d0c3

Please sign in to comment.