Skip to content

Commit

Permalink
[CI] Migrate to use new fleet OND-935 (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
jayconrod authored Nov 22, 2024
1 parent ec6b243 commit 5dd80b5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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
4 changes: 2 additions & 2 deletions .github/workflows/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,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 5dd80b5

Please sign in to comment.