update action images

This commit is contained in:
Kbz-8
2024-12-16 16:57:23 +01:00
parent d379e5a9fe
commit 17ae77d11a
2 changed files with 3 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
os: [ubuntu-24.04]
arch: [x86_64]
mode: [release]

View File

@@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
os: [ubuntu-24.04]
arch: [x86_64]
mode: [release]
@@ -30,9 +30,8 @@ jobs:
- name: Install system dependencies
run: |
sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
sudo apt-get update
sudo apt-get -y install gcc-13 mesa-common-dev libsdl2-2.0-0 libsdl2-dev build-essential libvulkan-dev
sudo apt-get -y install mesa-common-dev libsdl2-2.0-0 libsdl2-dev build-essential libvulkan-dev
# Build the lib
- name: Build MacroLibX