Fixes for CI troubles (#1061)
* Use Intel arch machines for macOS tests * Downgrade macOS runners to v12 * Update workflows * Touch test crate
This commit is contained in:
committed by
GitHub
parent
84d8923eef
commit
97c7abe586
@@ -27,11 +27,8 @@ jobs:
|
|||||||
ref: ${{github.base_ref}}
|
ref: ${{github.base_ref}}
|
||||||
path: ${{env.CHECKS_REPO}}
|
path: ${{env.CHECKS_REPO}}
|
||||||
|
|
||||||
- name: Set up nightly `alr`
|
- name: Set up stable `alr`
|
||||||
uses: alire-project/setup-alire@v2
|
uses: alire-project/setup-alire@v3
|
||||||
with:
|
|
||||||
version: nightly
|
|
||||||
toolchain: --disable-assistant
|
|
||||||
|
|
||||||
- name: Test authorship
|
- name: Test authorship
|
||||||
run: ${{env.CHECKS_REPO}}/scripts/check-author.sh "${{ github.event.pull_request.user.login }}"
|
run: ${{env.CHECKS_REPO}}/scripts/check-author.sh "${{ github.event.pull_request.user.login }}"
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os:
|
os:
|
||||||
- macos-latest
|
- macos-12
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
- windows-latest
|
- windows-latest
|
||||||
|
|
||||||
@@ -50,7 +50,7 @@ jobs:
|
|||||||
path: ${{env.CHECKS_REPO}}
|
path: ${{env.CHECKS_REPO}}
|
||||||
|
|
||||||
- name: Set up devel `alr`
|
- name: Set up devel `alr`
|
||||||
uses: alire-project/setup-alire@v2
|
uses: alire-project/setup-alire@v3
|
||||||
with:
|
with:
|
||||||
branch: 'master'
|
branch: 'master'
|
||||||
|
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os:
|
os:
|
||||||
- macos-latest
|
- macos-12
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
- windows-latest
|
- windows-latest
|
||||||
|
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ name: Build Crate (MacPorts)
|
|||||||
env:
|
env:
|
||||||
CHECKS_ORG: alire-project
|
CHECKS_ORG: alire-project
|
||||||
CHECKS_REPO: alire-index-checks
|
CHECKS_REPO: alire-index-checks
|
||||||
|
ALR_VERSION: 2.0.1
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
@@ -26,7 +27,7 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os:
|
os:
|
||||||
- macos-latest
|
- macos-12
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check out alire-index
|
- name: Check out alire-index
|
||||||
@@ -45,10 +46,10 @@ jobs:
|
|||||||
ref: ${{github.base_ref}}
|
ref: ${{github.base_ref}}
|
||||||
path: ${{env.CHECKS_REPO}}
|
path: ${{env.CHECKS_REPO}}
|
||||||
|
|
||||||
- name: Set up devel `alr`
|
- name: Set up stable `alr`
|
||||||
uses: alire-project/setup-alire@v2
|
uses: alire-project/setup-alire@v3
|
||||||
with:
|
with:
|
||||||
branch: 'master'
|
version: ${{env.ALR_VERSION}}
|
||||||
|
|
||||||
- name: Disable Homebrew
|
- name: Disable Homebrew
|
||||||
run: rm -f $(which brew)
|
run: rm -f $(which brew)
|
||||||
|
|||||||
@@ -15,4 +15,4 @@ url = "git+https://github.com/alire-project/libhello.git"
|
|||||||
|
|
||||||
# We use this crate as a trigger to conveniently test minor changes to
|
# We use this crate as a trigger to conveniently test minor changes to
|
||||||
# metaprocesses of the CI of the repository itself.
|
# metaprocesses of the CI of the repository itself.
|
||||||
# Last touch: 2024-03-21 14:29:00 CET
|
# Last touch: 2024-05-16 13:40 CET
|
||||||
Reference in New Issue
Block a user