Error: Unsupported platform ubuntu-24.04

This commit is contained in:
Karel Pičman 2024-10-15 13:51:54 +02:00
parent 57d1139f98
commit 02185f2c32

View File

@ -92,7 +92,7 @@ jobs:
run: | run: |
ln -s $(pwd) /opt/redmine/plugins/redmine_dmsf ln -s $(pwd) /opt/redmine/plugins/redmine_dmsf
- name: Install Ruby and gems - name: Install Ruby and gems
uses: ruby/setup-ruby@0a29871fe2b0200a17a4497bae54fe5df0d973aa # v1.115.3 uses: ruby/setup-ruby@v1 # The latest major version
with: with:
bundler-cache: true bundler-cache: true
ruby-version: '3.2' ruby-version: '3.2'