mirror of
https://github.com/ddworken/hishtory.git
synced 2025-02-23 05:51:08 +01:00
Add tests running on macos-14 with m1 (#169)
* Add tests running on macos-14 with m1 * Run macos setup steps on macos-14 with m1
This commit is contained in:
parent
2b39cad633
commit
212c24c30c
6
.github/workflows/go-test.yml
vendored
6
.github/workflows/go-test.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
|||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macos-latest]
|
os: [ubuntu-latest, macos-latest, macos-14]
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
@ -35,7 +35,7 @@ jobs:
|
|||||||
# Set a consistent hostname so we can run tests that depend on it
|
# Set a consistent hostname so we can run tests that depend on it
|
||||||
sudo hostname ghaction-runner-hostname
|
sudo hostname ghaction-runner-hostname
|
||||||
- name: MacOS Setup
|
- name: MacOS Setup
|
||||||
if: ${{ matrix.os == 'macos-latest'}}
|
if: ${{ matrix.os == 'macos-latest' || matrix.os == 'macos-14' }}
|
||||||
run: |
|
run: |
|
||||||
|
|
||||||
# Install our dependencies
|
# Install our dependencies
|
||||||
@ -44,7 +44,7 @@ jobs:
|
|||||||
# Set a consistent hostname so we can run tests that depend on it
|
# Set a consistent hostname so we can run tests that depend on it
|
||||||
sudo scutil --set HostName ghaction-runner-hostname
|
sudo scutil --set HostName ghaction-runner-hostname
|
||||||
- name: MacOS Docker Setup
|
- name: MacOS Docker Setup
|
||||||
if: ${{ matrix.os == 'macos-latest'}}
|
if: ${{ matrix.os == 'macos-latest' || matrix.os == 'macos-14'}}
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
run: |
|
run: |
|
||||||
# Install docker so it can be used for datadog
|
# Install docker so it can be used for datadog
|
||||||
|
Loading…
Reference in New Issue
Block a user