Skip to content

Try ro run GitHub Action on an Apple Silicone #1332

Try ro run GitHub Action on an Apple Silicone

Try ro run GitHub Action on an Apple Silicone #1332

Workflow file for this run

on:
push:
branches:
- topic/silicone
tags:
- 2*.*.*
name: Build binaries
env:
DEFAULT_TAG: 23.0.999
AWS_DEFAULT_REGION: eu-west-1
jobs:
build:
name: Build and deploy
runs-on: macos-13-xlarge
steps:
- run: |
uname -a
which gcc
sysctl -n machdep.cpu.brand_string
gcc -v