We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d672f26 commit 27fbc77Copy full SHA for 27fbc77
1 file changed
.github/workflows/build.yml
@@ -16,12 +16,8 @@ jobs:
16
# This workflow contains a single job called "build"
17
build-ubuntu:
18
# 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]
+ name: Build, Test on Ubuntu Latest
+ runs-on: ubuntu-latest
25
26
# Steps represent a sequence of tasks that will be executed as part of the job
27
steps:
0 commit comments