Skip to content

Commit

Permalink
First commit of d5.11.9-ZZYYXX-20241107_00-00
Browse files Browse the repository at this point in the history
First commit of d5.11.9-ZZYYXX-20241107_00-00
  • Loading branch information
VictorMiasnikov committed Nov 6, 2024
1 parent 2375e85 commit be852b2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,26 @@ name: integration
# Build and test starting from latest bootstrap release.

on:
pull_request: {branches: d5.11.9-ZZYYXX-20241025_20-37}
pull_request: {branches: d5.11.9-ZZYYXX-20241107_00-00}
push:

concurrency: ci

jobs:
AMD64_DARWIN:
uses: VictorMiasnikov/cm3/.github/workflows/amd64_darwin.yml@d5.11.9-ZZYYXX-20241025_20-37
uses: VictorMiasnikov/cm3/.github/workflows/amd64_darwin.yml@d5.11.9-ZZYYXX-20241107_00-00

AMD64_LINUX:
uses: VictorMiasnikov/cm3/.github/workflows/amd64_linux.yml@d5.11.9-ZZYYXX-20241025_20-37
uses: VictorMiasnikov/cm3/.github/workflows/amd64_linux.yml@d5.11.9-ZZYYXX-20241107_00-00

AMD64_MINGW:
uses: VictorMiasnikov/cm3/.github/workflows/amd64_mingw.yml@d5.11.9-ZZYYXX-20241025_20-37
uses: VictorMiasnikov/cm3/.github/workflows/amd64_mingw.yml@d5.11.9-ZZYYXX-20241107_00-00

AMD64_NT:
uses: VictorMiasnikov/cm3/.github/workflows/amd64_nt.yml@d5.11.9-ZZYYXX-20241025_20-37
uses: VictorMiasnikov/cm3/.github/workflows/amd64_nt.yml@d5.11.9-ZZYYXX-20241107_00-00

I386_LINUX:
uses: VictorMiasnikov/cm3/.github/workflows/i386_linux.yml@d5.11.9-ZZYYXX-20241025_20-37
uses: VictorMiasnikov/cm3/.github/workflows/i386_linux.yml@d5.11.9-ZZYYXX-20241107_00-00

I386_NT:
uses: VictorMiasnikov/cm3/.github/workflows/i386_nt.yml@d5.11.9-ZZYYXX-20241025_20-37
uses: VictorMiasnikov/cm3/.github/workflows/i386_nt.yml@d5.11.9-ZZYYXX-20241107_00-00
2 changes: 1 addition & 1 deletion .github/workflows/make-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
timeout-minutes: 60

env:
BOOTSTRAP: https://github.com/VictorMiasnikov/cm3/releases/download/d5.11.9-ZZYYXX-20240328_15-35/cm3-boot-AMD64_LINUX-None.tar.xz
BOOTSTRAP: https://github.com/VictorMiasnikov/cm3/releases/download/d5.11.9-ZZYYXX-20241025_20-37/cm3-boot-AMD64_LINUX-None.tar.xz

steps:
- name: Install prerequisites
Expand Down

0 comments on commit be852b2

Please sign in to comment.