Skip to content

Commit

Permalink
Update network.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
buildingcpp authored Sep 8, 2024
1 parent 1c217d7 commit c2404d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/network.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
compiler: [ g++-13 ]
compiler: [ g++-12 ]
include:
- os: ubuntu-latest
compiler: g++-13
compiler: g++-12
target: Linux

steps:
Expand All @@ -34,12 +34,12 @@ jobs:
CXX: g++-13
run: |
sudo apt update
sudo apt install gcc-13 g++-13
sudo apt install gcc-12 g++-12
mkdir build
cd build
cmake ..
make
./bin/network/test_virtual_network_interface
./bin/network/test_tcp_socket
./bin/network/test_udp_socket
./bin/network/test_send_completion
./bin/network/test_send_completion

0 comments on commit c2404d3

Please sign in to comment.