Skip to content

Commit

Permalink
Pre-release dev_test_part39
Browse files Browse the repository at this point in the history
  • Loading branch information
LcJuves committed Aug 7, 2023
1 parent 28d62fe commit ed13983
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/codeoss-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ env:
CARGO_TERM_COLOR: always
CODE_ICO_URL: https://github.com/LcJuves/vscode/raw/94cba4eb314f52fd18b47b72459954fda65302d0/resources/win32/code.ico
VSCODE_STEP_ON_IT: false
CACHE_VERSION: 1691339502
PUBLISH_NAME: dev_test_part38
PUBLISH_TAG_NAME: dev_test_part38
CACHE_VERSION: 1691385606
PUBLISH_NAME: dev_test_part39
PUBLISH_TAG_NAME: dev_test_part39
PRE_RELEASE: true

defaults:
Expand Down Expand Up @@ -537,7 +537,7 @@ jobs:
build-for-macos:
name: Build for macOS
runs-on: macos-13
runs-on: macos-11
needs: [generate-product-configurations, compile]
strategy:
matrix:
Expand Down Expand Up @@ -695,7 +695,7 @@ jobs:
build-universal-application:
name: Build universal application
runs-on: macos-13
runs-on: macos-11
needs: [generate-product-configurations, build-for-macos]
env:
VSCODE_ARCH: universal
Expand Down Expand Up @@ -1001,7 +1001,7 @@ jobs:
uses: actions/cache@v3
with:
path: ".build/node_modules_cache"
key: "NodeModules${{ steps.compute-node-modules-cache-key.outputs.key }}${{ env.CACHE_VERSION }}"
key: "WebNodeModules${{ steps.compute-node-modules-cache-key.outputs.key }}${{ env.CACHE_VERSION }}"

- name: Install build dependencies
if: ${{ steps.cache-node-modules.outputs.cache-hit != 'true' }}
Expand Down

0 comments on commit ed13983

Please sign in to comment.