Skip to content

Commit

Permalink
CI: Update ubuntu versions (#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson1978 authored May 26, 2024
1 parent cf4ffd4 commit aff0a27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:

jobs:
lint:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 20
strategy:
matrix:
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
run: bundle exec rubocop

test-ruby:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 20
strategy:
matrix:
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
run: bundle exec rake

test-jruby:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 20
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:22.04
FROM ubuntu:24.04

RUN apt update && \
apt install -y tzdata sudo && \
Expand Down

0 comments on commit aff0a27

Please sign in to comment.