Skip to content

Commit

Permalink
[CI] Migrate to use new fleet PE-3429
Browse files Browse the repository at this point in the history
  • Loading branch information
jayconrod committed Nov 22, 2024
1 parent ec6b243 commit be8f237
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@ jobs:
arch: "x64"
os_distribution: "monterey"
os_version: "12"
revision: "d04e89854b3931f4aaced77aa3a2fcad5834b3a6"
revision: "1ec247a1e93f4980098fc6bb2764bb093b37b3da"

- os: "windows"
arch: "x64"
os_distribution: "server"
os_version: "2022"
revision: "d04e89854b3931f4aaced77aa3a2fcad5834b3a6"
revision: "1ec247a1e93f4980098fc6bb2764bb093b37b3da"

env:
ARCH: "${{ matrix.arch }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
- "arch=${{ matrix.arch }}"
- "os_distribution=${{ matrix.os_distribution }}"
- "os_version=${{ matrix.os_version }}"
- "revision=d04e89854b3931f4aaced77aa3a2fcad5834b3a6"
- "revision=1ec247a1e93f4980098fc6bb2764bb093b37b3da"
timeout-minutes: 10
needs:
- check-version
Expand Down

0 comments on commit be8f237

Please sign in to comment.