From 7d8ced7176bc6166bdabb9d303555c1db189787b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dj8yf0=CE=BCl?= Date: Thu, 1 Aug 2024 15:45:18 +0300 Subject: [PATCH] ci: tmp test ci 1.80 with macos-latest --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d76ac60da..3ebafe3c7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ jobs: - os: macos-latest rs: 1.76.0 - os: macos-latest - rs: 1.78.0 + rs: stable features: ['', '--features unstable,legacy,__abi-generate'] steps: - uses: actions/checkout@v3