Skip to content

Commit 2fdfcf0

Browse files
committed
CI/node-management: remove macos-latest
1 parent fabab65 commit 2fdfcf0

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

.github/workflows/test-docs-scripts-node-operators.yaml

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,12 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
matrix:
17-
os: [ubuntu-22.04, ubuntu-24.04, macos-latest]
17+
os: [ubuntu-22.04, ubuntu-24.04]
1818

1919
steps:
2020
- name: Checkout repository
2121
uses: actions/checkout@v5
2222

23-
- name: Install Docker on macOS
24-
if: runner.os == 'macOS'
25-
run: |
26-
brew install docker
27-
brew install colima
28-
colima start --driver qemu --cpu 2 --memory 4
29-
3023
- name: Test build-info-docker script
3124
run: |
3225
bash website/docs/node-operators/scripts/build-info-docker.sh
@@ -48,18 +41,12 @@ jobs:
4841
runs-on: ${{ matrix.os }}
4942
strategy:
5043
matrix:
51-
os: [ubuntu-22.04, ubuntu-24.04, macos-latest]
44+
os: [ubuntu-22.04, ubuntu-24.04]
5245

5346
steps:
5447
- name: Checkout repository
5548
uses: actions/checkout@v5
5649

57-
- name: Install timeout on macOS
58-
if: runner.os == 'macOS'
59-
run: |
60-
brew install coreutils
61-
sudo ln -s /opt/homebrew/bin/gtimeout /usr/local/bin/timeout || sudo ln -s /usr/local/bin/gtimeout /usr/local/bin/timeout
62-
6350
- name: Create test environment
6451
run: |
6552
mkdir -p mina-workdir/producer-key

0 commit comments

Comments
 (0)