Skip to content

Commit 27fbc77

Browse files
authored
Update build.yml
Remove OS matrix and use only the latest Ubuntu LTS
1 parent d672f26 commit 27fbc77

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,8 @@ jobs:
1616
# This workflow contains a single job called "build"
1717
build-ubuntu:
1818
# The type of runner that the job will run on
19-
name: Build, Test on Ubuntus
20-
runs-on: ${{ matrix.os }}
21-
22-
strategy:
23-
matrix:
24-
os: [ubuntu-24.04, ubuntu-latest]
19+
name: Build, Test on Ubuntu Latest
20+
runs-on: ubuntu-latest
2521

2622
# Steps represent a sequence of tasks that will be executed as part of the job
2723
steps:

0 commit comments

Comments
 (0)