Skip to content

Commit c77e26e

Browse files
authored
FNA-1289: update GitHub Actions runners to enterprise-approved labels (#560)
Replace standard GitHub-hosted runners (blocked by enterprise policy) with the new approved labels for public repos: ubuntu-latest-large and windows-latest-large. Drop macos from the matrix until macos-latest-large is available in the runner group.
1 parent 76d7132 commit c77e26e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
os: [macos-latest, windows-latest, ubuntu-latest]
18+
os: [windows-latest-large, ubuntu-latest-large]
1919
node-version: [ lts/-1, lts/*]
2020

2121
steps:

.github/workflows/on-merge-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
release:
1414
name: Run release work
1515
needs: tests
16-
runs-on: ubuntu-latest
16+
runs-on: ubuntu-latest-large
1717

1818
steps:
1919
- name: Checkout Repo

0 commit comments

Comments
 (0)