Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

fix runs-on

fix runs-on #2

Workflow file for this run

name: Build
on:
push:
branches:
- main
jobs:
build:
runs-on: macos-14
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
repository: "ValveSoftware/Proton"
ref: "proton_9.0"
depth: 1
submodule: recursive
path: proton
- run: mkdir build && cd build && ../proton/configure.sh --help