From bf6b6eee7d2fa0ae51dbe660ebc2e52943d90e4e Mon Sep 17 00:00:00 2001 From: Jay Conrod Date: Fri, 3 Jan 2025 11:55:06 -0800 Subject: [PATCH 1/3] OND-1031: don't let workflows use chromium runners RELNOTES: none --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3d324a2d..92bbbf77 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,6 +24,7 @@ jobs: test-matrix: runs-on: - self-hosted + - "purpose=github-actions" - "os=${{ matrix.os }}" - "arch=${{ matrix.arch }}" - "os_distribution=${{ matrix.os_distribution }}" From b7c6652216fcc710a2e1ae082832a9b117961bc4 Mon Sep 17 00:00:00 2001 From: Jay Conrod Date: Fri, 3 Jan 2025 12:00:02 -0800 Subject: [PATCH 2/3] also update macos revision --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 92bbbf77..952b3c18 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -39,14 +39,14 @@ jobs: arch: x64 os_distribution: monterey os_version: "12" - revision: 1ec247a1e93f4980098fc6bb2764bb093b37b3da + revision: "dd17e52a1f04529abb97003e8093d356739980d7" remote_execution: 'false' - os: macos arch: x64 os_distribution: monterey os_version: "12" - revision: 1ec247a1e93f4980098fc6bb2764bb093b37b3da + revision: "dd17e52a1f04529abb97003e8093d356739980d7" remote_execution: 'true' steps: From 0881eb72d823959559e8926bdaa7159b692ef0e7 Mon Sep 17 00:00:00 2001 From: Jay Conrod Date: Fri, 3 Jan 2025 12:44:02 -0800 Subject: [PATCH 3/3] update macos os version --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 952b3c18..bd44f18f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -37,15 +37,15 @@ jobs: include: - os: macos arch: x64 - os_distribution: monterey - os_version: "12" + os_distribution: "sonoma" + os_version: "14" revision: "dd17e52a1f04529abb97003e8093d356739980d7" remote_execution: 'false' - os: macos arch: x64 - os_distribution: monterey - os_version: "12" + os_distribution: "sonoma" + os_version: "14" revision: "dd17e52a1f04529abb97003e8093d356739980d7" remote_execution: 'true'