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:
build:
runs-on: [self-hosted, macOS, ARM64]
runs-on: macos-14
env:
APP_NAME: VSCodium
ASSETS_REPOSITORY: ${{ github.repository }}-insiders

View File

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