mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-01-26 14:39:24 -06:00
Change CI workflow to run on macOS 14 (M1) instead of Ubuntu for arm64 builds
This commit is contained in:
2
.github/workflows/lint-test-build.yaml
vendored
2
.github/workflows/lint-test-build.yaml
vendored
@@ -45,7 +45,7 @@ jobs:
|
||||
|
||||
run_all_arm64:
|
||||
name: Build, test & lint on arm64
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: macos-14 # To use Apple M1 chip and be more realistic
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
Reference in New Issue
Block a user