mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
CI: Update worker base OS version
Also pin Bloaty to 52948c107c8f81045e7f9223ec02706b19cfa882 - see https://github.com/google/bloaty/pull/326/files
This commit is contained in:
committed by
Xiang Xiao
parent
d1be53e748
commit
9140b39bde
@@ -177,7 +177,7 @@ jobs:
|
||||
macOS:
|
||||
permissions:
|
||||
contents: none
|
||||
runs-on: macos-10.15
|
||||
runs-on: macos-12
|
||||
needs: Fetch-Source
|
||||
strategy:
|
||||
matrix:
|
||||
@@ -204,6 +204,11 @@ jobs:
|
||||
- name: Export NuttX Repo SHA
|
||||
run: echo "nuttx_sha=`git -C sources/nuttx rev-parse HEAD`" >> $GITHUB_ENV
|
||||
|
||||
# Released version of Cython has issues with Python 11. Set runner to use Python 3.10
|
||||
# https://github.com/cython/cython/issues/4500
|
||||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.10'
|
||||
- name: Run Builds
|
||||
run: |
|
||||
echo "::add-matcher::sources/nuttx/.github/gcc.json"
|
||||
|
||||
@@ -26,7 +26,7 @@ permissions:
|
||||
|
||||
jobs:
|
||||
check:
|
||||
runs-on: ubuntu-18.04
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout nuttx repo
|
||||
|
||||
Reference in New Issue
Block a user