Skip to content

Commit

Permalink
[EN-7588] Implement PublishProfiles sample
Browse files Browse the repository at this point in the history
DXPublisherObservableSubscription's stub.
  • Loading branch information
ttldtor committed May 17, 2024
1 parent 424b984 commit 8fdd742
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
xcode: '15.0'
cc: 'clang'
cxx: 'clang++'
- name: ubuntu-22.04-gcc-13
image: ubuntu-22.04
- name: ubuntu-24.04-gcc-14
image: ubuntu-24.04
os: linux
cores: 4
cc: 'gcc-13'
cxx: 'g++-13'
cc: 'gcc-14'
cxx: 'g++-14'
# - name: ubuntu-22.04-gcc-9
# image: ubuntu-22.04
# os: linux
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ jobs:
xcode: '15.0'
cc: 'clang'
cxx: 'clang++'
- name: ubuntu-22.04-gcc-13
image: ubuntu-22.04
- name: ubuntu-24.04-gcc-14
image: ubuntu-24.04
os: linux
cores: 4
cc: 'gcc-13'
cxx: 'g++-13'
cc: 'gcc-14'
cxx: 'g++-14'
- name: macos-14-xcode-15
image: macos-14
os: macos
Expand Down

0 comments on commit 8fdd742

Please sign in to comment.