Update .github/workflows/release.yml

This commit is contained in:
Ho3ein 2023-12-16 22:01:04 +03:30 committed by GitHub
parent 47d0849121
commit b8f6b12db4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
platform: [amd64, arm64, arm]
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.1