Skip to content

Commit

Permalink
Enable CI for Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
thoughtafter committed May 9, 2024
1 parent c407d92 commit 0753400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, macos-12, macos-13]
os: [ubuntu-22.04, ubuntu-24.04, macos-12, macos-13]
ruby: ['2.7', '3.0', '3.1', '3.2', '3.3']
continue-on-error: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'debug' }}
steps:
Expand Down

0 comments on commit 0753400

Please sign in to comment.