Skip to content

Commit 67ba8af

Browse files
committed
Updated action runner to 24.04.
1 parent 44d54de commit 67ba8af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
matrix:
14-
os: [ ubuntu-22.04 ]
14+
os: [ ubuntu-24.04 ]
1515
env:
16-
GCC_V: 13
16+
GCC_V: 14
1717

1818
steps:
1919
- name: Checkout Source Code

0 commit comments

Comments
 (0)