Skip to content

Commit

Permalink
[AD-612] specify environment version on Yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
alinaliBQ committed Mar 3, 2022
1 parent 48b7e9c commit a448775
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mac-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ env:

jobs:
build-mac:
runs-on: macos-latest
runs-on: macos-11
steps:
- uses: actions/checkout@v2
- name: Get Java distribution
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mac-debug-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:

jobs:
build-mac:
runs-on: macos-latest
runs-on: macos-11
env:
NOT_CONNETECD: 1
steps:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/win-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ env:

jobs:
build-windows32:
runs-on: windows-latest
runs-on: windows-2022
steps:
- uses: actions/checkout@v2
- name: setup-cppcheck
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
# name: windows-test-results
# path: $CI_OUTPUT_PATH/test
build-windows64:
runs-on: windows-latest
runs-on: windows-2022
steps:
- uses: actions/checkout@v2
- name: run-cppcheck
Expand Down Expand Up @@ -228,7 +228,7 @@ jobs:
# name: windows64-installer
# path: ci-output/installer
build-windows64_coverage:
runs-on: windows-latest
runs-on: windows-2022
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit a448775

Please sign in to comment.