Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/Dockerfile_builder
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#
# ******************************************************************************

FROM ubuntu:latest
FROM ubuntu:22.04
SHELL ["/bin/bash", "-c"]
USER root:root
# Install build tools
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/buildRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
|| needs.inputs.outputs.force == 'true'
)

runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
# Checkout the actions for this repo owner
Expand Down Expand Up @@ -503,6 +503,7 @@ jobs:
- name: Install SDL2
run: |
export DEBIAN_FRONTEND=noninteractive
sudo -E apt-get update
sudo -E apt-get install -y libsdl2-dev libsdl2-2.0-0

# Install Emscripten SDK
Expand Down