Skip to content

Commit

Permalink
use ubuntu-22.04 because setup-ruby hasn't caught up yet
Browse files Browse the repository at this point in the history
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
  • Loading branch information
jimtng authored and ccutrer committed Jan 13, 2025
1 parent 17bd4e2 commit 3145867
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:

jobs:
rubocop:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
if: "!contains(github.event.head_commit.message, 'ci skip')"
steps:
- uses: actions/checkout@v4
Expand All @@ -29,7 +29,7 @@ jobs:
run: bin/rubocop

cucumber-lint:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
if: "!contains(github.event.head_commit.message, 'ci skip')"
steps:
- uses: actions/checkout@v4
Expand All @@ -41,7 +41,7 @@ jobs:
run: bin/cuke_linter -p features/

markdown-lint:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Run markdownlint-cli
Expand All @@ -51,7 +51,7 @@ jobs:
config_file: .markdownlint.yaml

yard-coverage:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
if: "!contains(github.event.head_commit.message, 'ci skip')"
steps:
- uses: actions/checkout@v4
Expand All @@ -67,7 +67,7 @@ jobs:
bin/validate_yard_links
openhab-snapshot-date:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
if: "!contains(github.event.head_commit.message, 'ci skip')"
outputs:
openhab_matrix: |
Expand All @@ -82,7 +82,7 @@ jobs:
openhab-setup:
needs: openhab-snapshot-date
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
if: "!contains(github.event.head_commit.message, 'ci skip')"
strategy:
matrix:
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:

rspec:
needs: [openhab-snapshot-date, openhab-setup]
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
if: "!contains(github.event.head_commit.message, 'ci skip')"
strategy:
matrix:
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:

cucumber:
needs: [openhab-snapshot-date, openhab-setup]
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
if: "!contains(github.event.head_commit.message, 'ci skip')"
strategy:
matrix:
Expand Down

0 comments on commit 3145867

Please sign in to comment.