Skip to content

Commit

Permalink
GHA: add a separate job for the newer Linux runner
Browse files Browse the repository at this point in the history
  • Loading branch information
dyfer committed Aug 30, 2024
1 parent bacb65f commit 4d5ef86
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,15 @@ jobs:
fail-fast: false
matrix:
include:
- name: Linux-x64
- name: Linux-x64-22.04
os: ubuntu-22.04
cmake-flags: '-G "Unix Makefiles" -D RULE_LAUNCH_COMPILE=ccache'
cache-path: '~/.ccache'

- name: Linux-x64-24.04
os: ubuntu-24.04
cmake-flags: '-G "Unix Makefiles" -D RULE_LAUNCH_COMPILE=ccache'
cache-path: '~/.ccache'

- name: macOS
os: macos-14
Expand Down

0 comments on commit 4d5ef86

Please sign in to comment.