Skip to content

Commit

Permalink
Tests update
Browse files Browse the repository at this point in the history
  • Loading branch information
agudys authored Aug 20, 2024
1 parent 2ee5cc4 commit 88309bb
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 @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
machine: [ubuntu-latest, macOS-12]
compiler: [g++-11]
compiler: [g++-12]
runs-on: ['${{ matrix.machine }}']

steps:
Expand All @@ -43,7 +43,7 @@ jobs:
fail-fast: false
matrix:
machine: [ubuntu-latest, macOS-12]
compiler: [g++-11]
compiler: [g++-12]

runs-on: ['${{ matrix.machine }}']

Expand Down

0 comments on commit 88309bb

Please sign in to comment.