Skip to content

Commit

Permalink
runs-on
Browse files Browse the repository at this point in the history
Signed-off-by: Cary Phillips <[email protected]>
  • Loading branch information
cary-ilm committed Nov 17, 2024
1 parent aa95c9c commit 78f68a2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci_steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ on:
workflow_call:
# This inputs receive values via the "with:" section in ci_workflow.yml
inputs:
os:
type: string
cxx-compiler:
type: string
cc-compiler:
Expand Down Expand Up @@ -42,7 +40,6 @@ on:

jobs:
ci_steps:
# runs-on: ${{ inputs.os }}

env:
CXX: ${{ inputs.cxx-compiler }}
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ jobs:
# Set values for the "inputs:" as defined in ci_steps.yml
# Note the defaults provided here for the builds that don't specify
# values.
# os: ubuntu-latest
container: aswf/ci-openexr:${{ matrix.vfx-cy || '2024' }}
cxx-compiler: ${{ matrix.cxx-compiler || 'g++' }}
cc-compiler: ${{ matrix.cc-compiler || 'gcc' }}
Expand Down Expand Up @@ -125,7 +124,6 @@ jobs:
# Set values for the "inputs:" as defined in ci_steps.yml
# Note the defaults provided here for the builds that don't specify
# values.
# os: ${{ matrix.os || 'macos-14' }}
cxx-compiler: ${{ matrix.cxx-compiler || 'clang++' }}
cc-compiler: ${{ matrix.cc-compiler || 'clang' }}
cxx-standard: ${{ matrix.cxx-standard || '17' }}
Expand Down Expand Up @@ -184,7 +182,6 @@ jobs:
# Set values for the "inputs:" as defined in ci_steps.yml
# Note the defaults provided here for the builds that don't specify
# values.
# os: ${{ matrix.os || 'windows-2022' }}
cxx-standard: ${{ matrix.cxx-standard || '17' }}
build-type: ${{ matrix.build-type || 'Release' }}
BUILD_SHARED_LIBS: ${{ matrix.BUILD_SHARED_LIBS || 'ON' }}
Expand Down

0 comments on commit 78f68a2

Please sign in to comment.