mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
ci: update macos from 10.15 to 11
10.15 will be deprecated on GH actions by end of August
This commit is contained in:
committed by
Quentin Bourgerie
parent
9257404f5f
commit
5689d89e84
6
.github/workflows/continuous-integration.yml
vendored
6
.github/workflows/continuous-integration.yml
vendored
@@ -206,7 +206,7 @@ jobs:
|
||||
path: docs/_build/html
|
||||
|
||||
BuildAndTestMacOS:
|
||||
runs-on: macos-10.15
|
||||
runs-on: macos-11
|
||||
steps:
|
||||
# A SSH private key is required as some dependencies are from private repos
|
||||
- uses: webfactory/ssh-agent@v0.5.2
|
||||
@@ -537,7 +537,7 @@ jobs:
|
||||
|
||||
BuildAndPushPackagesMacOS:
|
||||
needs: CreateRelease
|
||||
runs-on: macos-10.15
|
||||
runs-on: macos-11
|
||||
strategy:
|
||||
matrix:
|
||||
python: ['3.8', '3.9', '3.10']
|
||||
@@ -680,7 +680,7 @@ jobs:
|
||||
pytest -vs -m "not parallel" tests/python
|
||||
|
||||
TestPythonPackageMacOS:
|
||||
runs-on: macos-10.15
|
||||
runs-on: macos-11
|
||||
needs: [BuildAndPushPackagesMacOS, CreateRelease]
|
||||
strategy:
|
||||
matrix:
|
||||
|
||||
Reference in New Issue
Block a user