Update runner image

This commit is contained in:
Gunter Labes 2025-03-03 18:03:05 +01:00 committed by GitHub
parent de4c22efef
commit ea52702bd0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@ jobs:
permissions:
pull-requests: write
continue-on-error: true
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
defaults:
run:
working-directory: utils/wesnoth-map-diff
@ -56,6 +56,7 @@ jobs:
identify diff_image.png
log 'Uploading diff_image.png...'
# https://api.imgur.com/endpoints/image/#image-upload https://apidocs.imgur.com/#c85c9dfc-7487-4de2-9ecd-66f727cf3139
json=$(curl -s -F image=@diff_image.png https://api.imgur.com/3/upload | tee /dev/stderr)
log 'Generating HTML comment...'