update action images

This commit is contained in:
2024-12-16 16:57:23 +01:00
parent 35b47936b4
commit a90bb88169
2 changed files with 3 additions and 4 deletions

View File

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

View File

@@ -13,7 +13,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
os: [ubuntu-latest] os: [ubuntu-24.04]
arch: [x86_64] arch: [x86_64]
mode: [release] mode: [release]
@@ -30,9 +30,8 @@ jobs:
- name: Install system dependencies - name: Install system dependencies
run: | run: |
sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
sudo apt-get update 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 # Build the lib
- name: Build MacroLibX - name: Build MacroLibX