Skip to content

Commit

Permalink
swap compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikerRUS committed Feb 6, 2022
1 parent 8f26585 commit f04dc27
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ jobs:
export METHOD="${{ matrix.method }}"
export PYTHON_VERSION="${{ matrix.python_version }}"
if [[ "${{ matrix.os }}" == "macOS-latest" ]]; then
export COMPILER="gcc"
export COMPILER="clang"
export OS_NAME="macos"
elif [[ "${{ matrix.os }}" == "ubuntu-latest" ]]; then
export COMPILER="clang"
export COMPILER="gcc"
export OS_NAME="linux"
fi
export BUILD_DIRECTORY="$GITHUB_WORKSPACE"
Expand Down
6 changes: 3 additions & 3 deletions .vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- job: Linux
###########################################
variables:
COMPILER: gcc
COMPILER: clang
SETUP_CONDA: 'false'
OS_NAME: 'linux'
PRODUCES_ARTIFACTS: 'true'
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
- job: Linux_latest
###########################################
variables:
COMPILER: clang
COMPILER: gcc
DEBIAN_FRONTEND: 'noninteractive'
IN_UBUNTU_LATEST_CONTAINER: 'true'
OS_NAME: 'linux'
Expand Down Expand Up @@ -214,7 +214,7 @@ jobs:
- job: macOS
###########################################
variables:
COMPILER: clang
COMPILER: gcc
OS_NAME: 'macos'
PRODUCES_ARTIFACTS: 'true'
pool:
Expand Down

0 comments on commit f04dc27

Please sign in to comment.