X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/0b9b7dbdab8c14bb8c33165583e3b540046944e7..911b59fb4f39a612f0c9e5350b78d7b37f5ed491:/.github/workflows/upload_binary.yml diff --git a/.github/workflows/upload_binary.yml b/.github/workflows/upload_binary.yml index 39a9887..ed8d9fd 100644 --- a/.github/workflows/upload_binary.yml +++ b/.github/workflows/upload_binary.yml @@ -10,7 +10,6 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.7] os: [windows-2019, ubuntu-20.04, macos-latest] include: - os: windows-2019 @@ -27,12 +26,12 @@ jobs: executable_mime: "application/x-mach-binary" steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v2 + - name: Set up latest Python + uses: actions/setup-python@v3 with: - python-version: ${{ matrix.python-version }} + python-version: "*" - name: Install dependencies run: |