Skip to content

Commit

Permalink
Bump ubuntu too since I'm at it
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Oct 11, 2024
1 parent aeb088b commit 5c6dd4b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/rubygems.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fail-fast: false
matrix:
os:
- { name: Ubuntu, value: ubuntu-22.04 }
- { name: Ubuntu, value: ubuntu-24.04 }
- { name: macOS, value: macos-14 }
- { name: Windows, value: windows-2022 }

Expand All @@ -36,18 +36,18 @@ jobs:
os: { name: macOS, value: macos-14 }

- ruby: { name: jruby-9.4, value: jruby-9.4.2.0 }
os: { name: Ubuntu, value: ubuntu-22.04 }
os: { name: Ubuntu, value: ubuntu-24.04 }

- ruby: { name: truffleruby-24, value: truffleruby-24.1.0 }
os: { name: Ubuntu, value: ubuntu-22.04 }
os: { name: Ubuntu, value: ubuntu-24.04 }

- os: { name: Windows, value: windows-2022 }
ruby: { name: mswin, value: mswin }

- os: { name: Ubuntu, value: ubuntu-22.04 }
- os: { name: Ubuntu, value: ubuntu-24.04 }
ruby: { name: ruby-head, value: ruby-head }

- os: { name: Ubuntu, value: ubuntu-22.04 }
- os: { name: Ubuntu, value: ubuntu-24.04 }
ruby: { name: truffleruby-head, value: truffleruby-head }

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions: # added using https://github.com/step-security/secure-workflows
jobs:
ubuntu_lint:
name: Lint
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Setup ruby
Expand Down

0 comments on commit 5c6dd4b

Please sign in to comment.