Skip to content

Commit

Permalink
Changed to gcc 7 builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdolinar authored and wdolinar committed Oct 14, 2022
1 parent b8fe2cc commit 7ea53e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/XmsCore-CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
matrix:
platform: [ubuntu-18.04]
python-version: ['3.10']
compiler-version: [6, 7]
compiler-version: [7]
build_type: [Release, Debug]

env:
Expand Down
2 changes: 1 addition & 1 deletion _package/xms/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
from . import misc # NOQA: F401
from . import time # NOQA: F401

__version__ = '6.1.2'
__version__ = '6.1.3'

0 comments on commit 7ea53e9

Please sign in to comment.