Skip to content

Commit

Permalink
Merge branch 'linux'
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyuu17 committed Jun 28, 2024
2 parents a9368e6 + 7e3d32c commit 5db111f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
build_type: ['Debug', 'Release']
config:
# - { name: '🍏 macOS Clang', os: macos-latest }
# - { name: '🐧 Linux GCC', os: ubuntu-latest }
- { name: '🐧 Linux GCC', os: ubuntu-24.04 }
- { name: '🪟 Windows MSVC', os: windows-latest }

name: 🛠 Build / ${{ matrix.config.name }} (${{ matrix.build_type }})
Expand All @@ -31,7 +31,7 @@ jobs:
run: brew install ccache ninja

- name: Install Dependencies (Linux)
if: matrix.config.os == 'ubuntu-latest'
if: matrix.config.os == 'ubuntu-24.04'
run: |
sudo apt-get update
sudo apt-get install -y ccache ninja-build
Expand Down

0 comments on commit 5db111f

Please sign in to comment.