Skip to content

Commit f4e0dbc

Browse files
committed
Upgrade to an Ubuntu 24.04 runner
1 parent 344814c commit f4e0dbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on: [push, pull_request]
33

44
jobs:
55
tests:
6-
runs-on: ubuntu-20.04
6+
runs-on: ubuntu-24.04
77
steps:
88
- name: Checkout code
99
uses: actions/checkout@v4
@@ -22,7 +22,7 @@ jobs:
2222
run: 'make test'
2323

2424
code-quality:
25-
runs-on: ubuntu-20.04
25+
runs-on: ubuntu-24.04
2626
steps:
2727
- name: Checkout code
2828
uses: actions/checkout@v4

0 commit comments

Comments
 (0)