Skip to content

Commit

Permalink
update action images
Browse files Browse the repository at this point in the history
  • Loading branch information
Kbz-8 committed Dec 16, 2024
1 parent d379e5a commit 17ae77d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux_clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
os: [ubuntu-24.04]
arch: [x86_64]
mode: [release]

Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/linux_gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
os: [ubuntu-24.04]
arch: [x86_64]
mode: [release]

Expand All @@ -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
Expand Down

0 comments on commit 17ae77d

Please sign in to comment.