ci: use github runners [skip ci]

This commit is contained in:
Baptiste Augrain 2024-02-08 19:15:07 +01:00
parent 33596505a6
commit 7661574791
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ on:
jobs: jobs:
build: build:
runs-on: [self-hosted, macOS, ARM64] runs-on: macos-14
env: env:
APP_NAME: VSCodium APP_NAME: VSCodium
ASSETS_REPOSITORY: ${{ github.repository }}-insiders ASSETS_REPOSITORY: ${{ github.repository }}-insiders

View file

@ -17,7 +17,7 @@ on:
jobs: jobs:
build: build:
runs-on: [self-hosted, macOS, ARM64] runs-on: macos-14
env: env:
APP_NAME: VSCodium APP_NAME: VSCodium
ASSETS_REPOSITORY: ${{ github.repository }} ASSETS_REPOSITORY: ${{ github.repository }}