Skip to content

Commit

Permalink
ci: try to fix ubuntu gcc versions
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperPaul123 committed Sep 17, 2024
1 parent 00f0f41 commit 09051f0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Ubuntu

on: [push]
on:
push:
branches: [ develop, main]
pull_request:
branches: [ develop, main ]

env:
CTEST_OUTPUT_ON_FAILURE: 1
Expand All @@ -20,7 +24,9 @@ jobs:
- os: ubuntu-22.04
version: 12
- os: ubuntu-20.04
version: [7, 8]
version: 7
- os: ubuntu-20.04
version: 8
env:
CPP_STANDARD: ${{ matrix.cpp }}
steps:
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ name: Windows

on:
push:
branches:
- master
- develop
branches: [ develop, main]
pull_request:
branches: [ develop ]
branches: [ develop, main ]

env:
CTEST_OUTPUT_ON_FAILURE: 1
Expand Down

0 comments on commit 09051f0

Please sign in to comment.