diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index c6d98031a..29b876e9f 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -40,7 +40,7 @@ jobs: - name: Setup xmake uses: xmake-io/github-action-setup-xmake@v1 with: - xmake-version: '2.8.5' + xmake-version: '2.9.2' # Update xmake repository (in order to have the file that will be cached) - name: Update xmake repository diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index d5130eb1a..50220055f 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -30,7 +30,7 @@ jobs: - name: Setup xmake uses: xmake-io/github-action-setup-xmake@v1 with: - xmake-version: '2.8.5' + xmake-version: '2.9.2' # Install node #- name: Setup nodejs