Skip to content

Commit a52a5de

Browse files
committed
Change github actions linux runner image to ubuntu-24.04
Signed-off-by: Anjan Roy <hello@itzmeanjan.in>
1 parent 43aad07 commit a52a5de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ${{matrix.os}}
1212
strategy:
1313
matrix:
14-
os: [ubuntu-latest, macos-latest]
14+
os: [ubuntu-24.04, macos-latest]
1515
compiler: [g++, clang++]
1616

1717
steps:

0 commit comments

Comments
 (0)