Skip to content

Commit

Permalink
ci: only test ubuntu 22 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpollo committed Nov 6, 2024
1 parent 6fa95c6 commit cc7ca69
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/compile_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,17 @@ on:
jobs:
build_and_test:
name: Build and Test Ubuntu
strategy:
fail-fast: false
matrix:
version: [ubuntu22, ubuntu24]
runs-on: [runs-on,runner=8cpu-linux-x64,"image=${{ matrix.version }}-full-x64","run-id=${{ github.run_id }}"]
# strategy:
# fail-fast: false
# matrix:
# version: [ubuntu22, ubuntu24]
runs-on: [runs-on,runner=8cpu-linux-x64,"image=ubuntu22-full-x64","run-id=${{ github.run_id }}"]
steps:

- uses: actions/checkout@v4
with:
fetch-depth: 0


- name: Install Dependencies
run: |
./Tools/setup/ubuntu.sh
Expand Down

0 comments on commit cc7ca69

Please sign in to comment.