Skip to content

Commit 853d1e8

Browse files
snowfarthingwdolinar
authored andcommitted
Change artifact and Mac OS version
Changed artifact from version 1 to version 4, and changed Mac OS from latest to 13. (cherry picked from commit 56d9634)
1 parent 8cf2f28 commit 853d1e8

File tree

1 file changed

+19
-15
lines changed

1 file changed

+19
-15
lines changed

.github/workflows/XmsInterp-CI.yaml

+19-15
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: XmsInterp-6
33
on: [push, pull_request]
44

55
jobs:
6-
# ----------------------------------------------------------------------------------------------
7-
# FLAKE
8-
# ----------------------------------------------------------------------------------------------
6+
# ----------------------------------------------------------------------------------------------
7+
# FLAKE
8+
# ----------------------------------------------------------------------------------------------
99
flake:
1010
name: Flake Project
1111
runs-on: ${{ matrix.platform }}
@@ -35,17 +35,17 @@ jobs:
3535
run: |
3636
flake8 --exclude .tox,.git,__pycache__,_package/tests/files/*,pydocs/source/conf.py,build,dist,tests/fixtures/*,*.pyc,*.egg-info,.cache,.eggs --ignore=D200,D212 --max-line-length=120 --docstring-convention google --isolated --import-order-style=appnexus --application-import-names=xms.interp --application-package-names=xms --count --statistics _package
3737
38-
# ----------------------------------------------------------------------------------------------
39-
# MAC
40-
# ----------------------------------------------------------------------------------------------
38+
# ----------------------------------------------------------------------------------------------
39+
# MAC
40+
# ----------------------------------------------------------------------------------------------
4141
mac:
4242
name: Clang-14.0 (${{ matrix.build_type }}, ${{ matrix.python-version }}, Macos)
4343
runs-on: ${{ matrix.platform }}
4444

4545
strategy:
4646
fail-fast: false
4747
matrix:
48-
platform: [macos-latest]
48+
platform: [macos-13]
4949
python-version: ['3.10']
5050
build_type: [Release, Debug]
5151

@@ -73,6 +73,10 @@ jobs:
7373
RELEASE_PYTHON: 'False'
7474

7575
steps:
76+
# Get Correct Version of Xcode
77+
- uses: maxim-lobanov/setup-xcode@v1
78+
with:
79+
xcode-version: 14.3.1
7680
# Checkout Sources
7781
- name: Checkout Source
7882
uses: actions/checkout@v2
@@ -148,9 +152,9 @@ jobs:
148152
asset_content_type: application/zip
149153
if: startsWith(github.ref, 'refs/tags/')
150154

151-
# ----------------------------------------------------------------------------------------------
152-
# LINUX
153-
# ----------------------------------------------------------------------------------------------
155+
# ----------------------------------------------------------------------------------------------
156+
# LINUX
157+
# ----------------------------------------------------------------------------------------------
154158
linux:
155159
name: GCC-${{ matrix.compiler-version }} (${{ matrix.build_type }}, ${{ matrix.python-version }}, Linux)
156160
runs-on: ${{ matrix.platform }}
@@ -202,7 +206,7 @@ jobs:
202206
- name: Install Python Dependencies
203207
run: |
204208
python -m pip install --upgrade pip
205-
pip install pyYAML==5.3.1 conan==1.41.0 conan-package-tools==0.35.1 devpi-client wheel MarkupSafe==2.0.0
209+
pip install pyYAML==5.3.1 conan==1.41.0 conan-package-tools==0.35.1 devpi-client wheel MarkupSafe==2.0.0
206210
python -m pip install -i https://public.aquapi.aquaveo.com/aquaveo/stable/+simple/ "xmsconan>=1.0.4,<2"
207211
# Login to Aquaveo Docker
208212
- name: Login to Aquaveo Docker
@@ -276,9 +280,9 @@ jobs:
276280
asset_content_type: application/zip
277281
if: startsWith(github.ref, 'refs/tags/')
278282

279-
# ----------------------------------------------------------------------------------------------
280-
# WINDOWS
281-
# ----------------------------------------------------------------------------------------------
283+
# ----------------------------------------------------------------------------------------------
284+
# WINDOWS
285+
# ----------------------------------------------------------------------------------------------
282286
windows:
283287
name: Visual Studio ${{ matrix.compiler-version }} (${{ matrix.build_type }}, ${{ matrix.python-version }}, Windows)
284288
runs-on: ${{ matrix.platform }}
@@ -328,7 +332,7 @@ jobs:
328332
- name: Install Python Dependencies
329333
run: |
330334
python -m pip install --upgrade pip
331-
pip install pyYAML==5.3.1 conan==1.41.0 conan-package-tools==0.35.1 devpi-client wheel MarkupSafe==2.0.0
335+
pip install pyYAML==5.3.1 conan==1.41.0 conan-package-tools==0.35.1 devpi-client wheel MarkupSafe==2.0.0
332336
python -m pip install -i https://public.aquapi.aquaveo.com/aquaveo/stable/+simple/ "xmsconan>=1.0.4,<2"
333337
# Setup Visual Studio
334338
- name: Setup Visual Studio

0 commit comments

Comments
 (0)