Skip to content

Commit d9ccf0c

Browse files
Update dependency ubuntu to v24
1 parent a239b9d commit d9ccf0c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Lint
22
on: pull_request
33
jobs:
44
lint:
5-
runs-on: ubuntu-22.04
5+
runs-on: ubuntu-24.04
66
steps:
77
- uses: actions/checkout@v4
88
- uses: ruby/setup-ruby@v1

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Test
22
on: push
33
jobs:
44
test:
5-
runs-on: ubuntu-22.04
5+
runs-on: ubuntu-24.04
66
name: Ruby ${{ matrix.ruby-version }}
77
strategy:
88
matrix:
@@ -35,7 +35,7 @@ jobs:
3535
name: coverages-ruby-${{ matrix.ruby-version }}
3636
path: codeclimate-${{ matrix.ruby-version }}.json
3737
upload-coverage:
38-
runs-on: ubuntu-22.04
38+
runs-on: ubuntu-24.04
3939
needs: test
4040
steps:
4141
- uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)