Skip to content

Commit

Permalink
Alphas and Prototypes to build with ubuntu-24.04 (#3671)
Browse files Browse the repository at this point in the history
  • Loading branch information
xtremeqg authored Nov 15, 2024
1 parent 9ca9d8d commit c24ccb4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4
Expand All @@ -18,7 +18,7 @@ jobs:
run: |
set -eux
sudo apt update
sudo apt install -y build-essential g++-mingw-w64-i686 libpng16-16
sudo apt install -y build-essential g++-mingw-w64-i686 libpng16-16t64
- name: build
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4
Expand All @@ -19,7 +19,7 @@ jobs:
run: |
set -eux
sudo apt update
sudo apt install -y build-essential g++-mingw-w64-i686 libpng16-16
sudo apt install -y build-essential g++-mingw-w64-i686 libpng16-16t64
- name: build gfx
run: |
Expand Down

0 comments on commit c24ccb4

Please sign in to comment.