Skip to content

Commit

Permalink
[CI] Use new fleet (#63)
Browse files Browse the repository at this point in the history
Towards OND-1008
  • Loading branch information
anfelbar authored Dec 30, 2024
1 parent 6399dfb commit b411e82
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,15 @@ jobs:
include:
- os: "macos"
arch: "x64"
os_distribution: "monterey"
os_version: "12"
revision: "1ec247a1e93f4980098fc6bb2764bb093b37b3da"
os_distribution: "sonoma"
os_version: "14"
revision: "dd17e52a1f04529abb97003e8093d356739980d7"

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

env:
ARCH: "${{ matrix.arch }}"
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,15 @@ jobs:
include:
- os: "macos"
arch: "x64"
os_distribution: "monterey"
os_version: "12"
revision: "1ec247a1e93f4980098fc6bb2764bb093b37b3da"
os_distribution: "sonoma"
os_version: "14"
revision: "dd17e52a1f04529abb97003e8093d356739980d7"

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

env:
ARCH: "${{ matrix.arch }}"
Expand Down
6 changes: 3 additions & 3 deletions .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=1ec247a1e93f4980098fc6bb2764bb093b37b3da"
- "revision=dd17e52a1f04529abb97003e8093d356739980d7"
timeout-minutes: 10
needs:
- check-version
Expand All @@ -117,8 +117,8 @@ jobs:
include:
- os: "macos"
arch: "arm64"
os_distribution: "monterey"
os_version: "12"
os_distribution: "sonoma"
os_version: "14"

- os: "windows"
arch: "x64"
Expand Down

0 comments on commit b411e82

Please sign in to comment.