Skip to content

Commit 36f6e0b

Browse files
ci uses ubuntu-24.04 (#232)
1 parent c78f498 commit 36f6e0b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
rubocop:
11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-24.04
1212

1313
steps:
1414
- name: Checkout code

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
unit_tests:
1313
name: Unit tests
14-
runs-on: ubuntu-22.04
14+
runs-on: ubuntu-24.04
1515

1616
steps:
1717
- name: Checkout code
@@ -31,7 +31,7 @@ jobs:
3131

3232
smoke_tests:
3333
name: Smoke tests
34-
runs-on: ubuntu-22.04
34+
runs-on: ubuntu-24.04
3535

3636
steps:
3737
- name: Checkout code

0 commit comments

Comments
 (0)