Skip to content

Commit 9afb970

Browse files
authored
Merge branch 'apache:master' into patch-1
2 parents 216fc38 + 7e45f58 commit 9afb970

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ jobs:
4141
compiler:
4242
strategy:
4343
matrix:
44-
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]
44+
os:
45+
- ubuntu-22.04
46+
- ubuntu-24.04
4547
fail-fast: false
4648
runs-on: ${{ matrix.os }}
4749
steps:

0 commit comments

Comments
 (0)