update CI

This commit is contained in:
crazywhalecc 2023-04-15 19:14:15 +08:00
parent 05490c1785
commit c40da1a71a
No known key found for this signature in database
GPG Key ID: 1F4BDD59391F2680

View File

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