|
|
@ -31,7 +31,7 @@ jobs: |
|
|
|
unittests-appleclang: |
|
|
|
unittests-appleclang: |
|
|
|
runs-on: macos-latest |
|
|
|
runs-on: macos-latest |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v3 |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
- uses: actions/setup-python@v4 |
|
|
|
- uses: actions/setup-python@v4 |
|
|
|
with: |
|
|
|
with: |
|
|
|
python-version: '3.x' |
|
|
|
python-version: '3.x' |
|
|
@ -81,7 +81,7 @@ jobs: |
|
|
|
HOMEBREW_NO_AUTO_UPDATE: 1 |
|
|
|
HOMEBREW_NO_AUTO_UPDATE: 1 |
|
|
|
|
|
|
|
|
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v3 |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
# Avoid picking up an older version of LLVM that does not work. |
|
|
|
# Avoid picking up an older version of LLVM that does not work. |
|
|
|
- run: brew update |
|
|
|
- run: brew update |
|
|
|
# github actions overwrites brew's python. Force it to reassert itself, by running in a separate step. |
|
|
|
# github actions overwrites brew's python. Force it to reassert itself, by running in a separate step. |
|
|
@ -132,7 +132,7 @@ jobs: |
|
|
|
env: |
|
|
|
env: |
|
|
|
HOMEBREW_NO_AUTO_UPDATE: 1 |
|
|
|
HOMEBREW_NO_AUTO_UPDATE: 1 |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v3 |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
- uses: actions/setup-python@v4 |
|
|
|
- uses: actions/setup-python@v4 |
|
|
|
with: |
|
|
|
with: |
|
|
|
python-version: '3.x' |
|
|
|
python-version: '3.x' |
|
|
|