Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
MFraters committed Jun 5, 2024
1 parent e4efe3f commit 7f0cf4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ['ubuntu-20.04']
os: ['ubuntu-22.04']
build_type: ['Debug']

runs-on: ${{ matrix.os }}
Expand All @@ -486,8 +486,8 @@ jobs:
- name: CMake version
run: cmake --version

- name: GCC version
run: gcc --version
- name: clang version
run: clang --version

- name: Create Build Environment
run: cmake -E make_directory ${{github.workspace}}/build
Expand Down

0 comments on commit 7f0cf4e

Please sign in to comment.