Skip to content

Commit 8a6dfdb

Browse files
ci: update build workflow to run on ubuntu-24
1 parent 1d0978f commit 8a6dfdb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Lint code for consistent style
2727
run: bundle exec rubocop -f github
2828
test:
29-
runs-on: ubuntu-20.04
29+
runs-on: ubuntu-24.04
3030
strategy:
3131
fail-fast: false
3232
matrix:

0 commit comments

Comments
 (0)