Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
therealbobo committed Oct 27, 2023
1 parent c1a9aab commit 3e65e3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
uses: ./.github/workflows/reusable_build_dev.yaml
with:
arch: x86_64
operating-systems: "['ubuntu:22.04']"
git_ref: ${{ github.event.pull_request.head.sha }}
minimal: false
build_type: Debug
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reusable_build_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ on:
required: true
type: string
operating-systems:
description: "Optional input to set a list of operating systems which the workflow uses. Defaults to ['ubuntu-22.04', 'windows-latest', 'macos-latest'] if not set"
description: "Optional input to set a list of operating systems which the workflow uses. Defaults to ['ubuntu:22.04', 'windows-latest', 'macos-latest'] if not set"
required: false
type: string
default: "['ubuntu-22.04', 'windows-latest', 'macos-latest']"
default: "['ubuntu:22.04', 'windows-latest', 'macos-latest']"
minimal:
description: Minimal build
required: true
Expand Down

0 comments on commit 3e65e3a

Please sign in to comment.