Skip to content

Commit

Permalink
CI: now use ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca1991 authored Aug 25, 2024
1 parent dec5243 commit a7537b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ on:

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

steps:
- uses: actions/checkout@v4.1.7

- name: Create Build Environment
run: |
sudo apt-get update
sudo apt-get install -y build-essential libgl1-mesa-dev and libglvnd-dev cmake qt6-base-dev libfmt-dev
sudo apt-get install -y build-essential libgl1-mesa-dev and libglvnd-dev cmake qt6-base-dev
mkdir build
- name: Configure CMake
Expand Down

0 comments on commit a7537b5

Please sign in to comment.