Skip to content

Commit a764d78

Browse files
authored
Merge branch 'develop' into synpy-1351-oop-wiki2
2 parents d673f33 + 4531c2b commit a764d78

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+4570
-128
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
strategy:
5252
fail-fast: false
5353
matrix:
54-
os: [ubuntu-22.04, macos-13, windows-2022]
54+
os: [ubuntu-22.04, macos-15-intel, windows-2022]
5555

5656
# if changing the below change the run-integration-tests versions and the check-deploy versions
5757
# Make sure that we are running the integration tests on the first and last versions of the matrix
@@ -329,7 +329,7 @@ jobs:
329329
if: steps.check_coverage_xml.outputs.files_exists == 'true'
330330
run: sed -i "s/<source>\/home\/runner\/work\/synapsePythonClient<\/source>/<source>\/github\/workspace<\/source>/g" coverage.xml
331331
- name: SonarCloud Scan
332-
uses: SonarSource/sonarqube-scan-action@v5.3.1
332+
uses: SonarSource/sonarqube-scan-action@v6.0.0
333333
if: ${{ always() }}
334334
env:
335335
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -486,7 +486,7 @@ jobs:
486486

487487
strategy:
488488
matrix:
489-
os: [ubuntu-24.04, macos-13, windows-2022]
489+
os: [ubuntu-24.04, macos-15-intel, windows-2022]
490490

491491
# python versions should be consistent with the strategy matrix and the runs-integration-tests versions
492492
python: ["3.10", "3.11", "3.12", "3.13", "3.14"]

0 commit comments

Comments
 (0)