Skip to content

Commit 2161f5d

Browse files
KyllianAubryGitHub Enterprise
authored andcommitted
SKA-934: update ubuntu version to build the adapter (#11)
* SKA-934: update ubuntu version to build the adapter * SKA-934: bump VS version (implement SKA-941)
1 parent 763be51 commit 2161f5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-linux-and-windows-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
linux-release:
1010
name: Build SIL Kit Adapter Byte Stream Socket for Linux Release configuration
1111
environment: public-github-runners
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-22.04
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v3
@@ -19,7 +19,7 @@ jobs:
1919
uses: ./.github/actions/build-cmake-preset
2020
with:
2121
preset-name: linux-release
22-
cmake-args: "-D PACKAGE_FILENAME_SUFFIX=-${{ github.ref_name }}-ubuntu-20.04-x86_64-gcc"
22+
cmake-args: "-D PACKAGE_FILENAME_SUFFIX=-${{ github.ref_name }}-ubuntu-22.04-x86_64-gcc"
2323
- name: Release
2424
uses: softprops/action-gh-release@v1
2525
with:
@@ -41,7 +41,7 @@ jobs:
4141
uses: ./.github/actions/build-cmake-preset
4242
with:
4343
preset-name: windows-release
44-
cmake-args: "-D PACKAGE_FILENAME_SUFFIX=-${{ github.ref_name }}-Win-x86_64-VS2017 -D SILKIT_FLAVOR=Win-x86_64-VS2017"
44+
cmake-args: "-D PACKAGE_FILENAME_SUFFIX=-${{ github.ref_name }}-Win-x86_64-VS2019 -D SILKIT_FLAVOR=Win-x86_64-VS2019"
4545
- name: Release
4646
uses: softprops/action-gh-release@v1
4747
with:

0 commit comments

Comments
 (0)