Skip to content

Commit

Permalink
Merge pull request #273 from zowe/v2.17.0/master
Browse files Browse the repository at this point in the history
Update db2 and RC versions
  • Loading branch information
awharn authored Jul 10, 2024
2 parents acebdb0 + 8300c06 commit 3ceaf1a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/zowe-cli-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ jobs:
fail-fast: false
matrix:
node-version: [18.x, 20.x]
os: [windows-latest, ubuntu-latest, macos-latest, macos-14]
os: [windows-latest, ubuntu-latest, macos-latest, macos-13]

steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/zowe-cli-deploy-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,14 +118,14 @@ jobs:
path: errors-${{ env.RUN_OS }}.log

smoke-test-macos-x86:
runs-on: macos-12
runs-on: macos-13
needs: setup
if: github.event.schedule || inputs.skip-smoke-tests != true
continue-on-error: true
env:
DEPLOY_MATRIX: ${{ needs.setup.outputs.deploy-matrix }}
SKIP_SDKS: ${{ inputs.skip-sdk-smoke-tests == true || ''}}
RUN_OS: macos-12
RUN_OS: macos-13
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions zowe-versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ packages:
zowe-v1-lts: 4.0.11
next: true
db2-for-zowe-cli:
zowe-v2-lts: 5.0.7
zowe-v2-lts: 5.0.8
zowe-v1-lts: 4.1.13
next: true
ims-for-zowe-cli:
Expand Down Expand Up @@ -123,7 +123,7 @@ tags:
rc: 1
zowe-v2-lts:
version: 2.17.0
rc: 1
rc: 3
# next:
# version: 2.0.0
# snapshot: '2022-04-15'

0 comments on commit 3ceaf1a

Please sign in to comment.