Skip to content

Commit 056617c

Browse files
authored
chore: replace Github ubuntu-latest runner by p16-mapie runner (#796)
1 parent 8fd2641 commit 056617c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
matrix:
2525
include:
2626
# minimum supported dependencies
27-
- os: ubuntu-latest
27+
- os: self-hosted-ubuntu
2828
python-version: "3.9"
2929
use-pinned-deps: true
3030
numpy-version: "==1.24.1"

HISTORY.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ History
66
------------------
77
* Add an example of risk control with LLM as a judge
88
* Add comparison with naive threshold in risk control quick start example
9+
* Configure self hosted runner for minimal requirements tests
910

1011
1.2.0 (2025-11-17)
1112
------------------

0 commit comments

Comments
 (0)