Skip to content

Commit

Permalink
Switch OS to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
cbritopacheco committed Jan 9, 2025
1 parent fe5b8b2 commit 9a0a275
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 @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
compiler: [gcc-10, clang-10]
compiler: [gcc-10, clang-11]
build_type: ['Release', 'Debug']
multithreaded: ['ON', 'OFF']
fail-fast: false
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-12, macos-13, macos-latest]
os: [macos-latest]
build_type: ['Release', 'Debug']
multithreaded: ['ON', 'OFF']
fail-fast: false
Expand Down

0 comments on commit 9a0a275

Please sign in to comment.