Skip to content

Commit

Permalink
Merge pull request #66 from lrusak/build-fixes
Browse files Browse the repository at this point in the history
Build fixes
  • Loading branch information
lrusak committed Apr 26, 2023
2 parents 35a2891 + 544d45e commit 2115f4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
matrix:
include:
- name: "Debian package test"
os: ubuntu-18.04
os: ubuntu-22.04
CC: gcc
CXX: g++
DEBIAN_BUILD: true
#- os: ubuntu-18.04
#- os: ubuntu-22.04
#CC: gcc
#CXX: g++
#- os: ubuntu-18.04
#- os: ubuntu-22.04
#CC: clang
#CXX: clang++
#- os: macos-10.15
Expand Down

0 comments on commit 2115f4e

Please sign in to comment.