Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
fix gcc version
Browse files Browse the repository at this point in the history
  • Loading branch information
luoyu-intel committed Jun 20, 2024
1 parent 50c5523 commit e83d87c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-test-bestla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ on:
description: 'compiler_version'
required: false
type: string
default: '12.1.0'
default: '13.2.0'

# If there is a new commit, the previous jobs will be canceled
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

env:
INPUT_COMPILER_VERSION: ${{ inputs.compiler_version || '12.1.0' }}
INPUT_COMPILER_VERSION: ${{ inputs.compiler_version || '13.2.0' }}
WORKING_DIR: ${{ github.workspace }}
CONTAINER_NAME: "utTest"

Expand Down

0 comments on commit e83d87c

Please sign in to comment.