update CI

This commit is contained in:
crazywhalecc
2023-04-15 19:14:15 +08:00
parent 05490c1785
commit c40da1a71a

View File

@@ -42,7 +42,7 @@ jobs:
name: build ${{ inputs.version }} on ${{ inputs.operating-system }} name: build ${{ inputs.version }} on ${{ inputs.operating-system }}
runs-on: ${{ inputs.operating-system }} runs-on: ${{ inputs.operating-system }}
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
# Install macOS missing packages and mark os suffix # Install macOS missing packages and mark os suffix
- if: ${{ inputs.operating-system == 'macos-latest' }} - if: ${{ inputs.operating-system == 'macos-latest' }}