Skip to content

Commit

Permalink
Initial tests on Ubuntu 22.04 only
Browse files Browse the repository at this point in the history
  • Loading branch information
faberga authored Aug 1, 2024
1 parent 0bc3903 commit 2ab811d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
package_build: [ON, OFF]
hexl: [ON, OFF]
c_compiler: [gcc, clang]
os: [macos-13, ubuntu-22.04]
# os: [macos-13, ubuntu-22.04]
os: [ubuntu-22.04]
include: # Use g++ with gcc only and clang++ with clang only
- c_compiler: gcc
cxx_compiler: g++
Expand Down

0 comments on commit 2ab811d

Please sign in to comment.