Skip to content

Commit

Permalink
try set env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaykh90 committed May 8, 2024
1 parent 2f5d165 commit cdb4c0b
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,17 @@ jobs:
os:
- name: darwin
architecture: x86-64
host: macos-14-large
host: macos-11
env:
CC: "clang"
CXX: "clang++"

- name: linux
architecture: x86-64
host: ubuntu-20.04

name: ${{ matrix.os.name }}-${{ matrix.os.architecture }}-node${{ matrix.node }}-${{ matrix.build_type }} test
if: ${{ ! startsWith(github.ref, 'refs/tags/') }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down Expand Up @@ -96,7 +100,10 @@ jobs:
os:
- name: darwin
architecture: x86-64
host: macos-14-large
host: macos-11
env:
CC: "clang"
CXX: "clang++"

- name: linux
architecture: x86-64
Expand Down

0 comments on commit cdb4c0b

Please sign in to comment.