mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-22 00:03:58 +01:00
Run macos setup steps on macos-14 with m1
This commit is contained in:
parent
2825aa8cc4
commit
f526c22073
4
.github/workflows/go-test.yml
vendored
4
.github/workflows/go-test.yml
vendored
@ -35,7 +35,7 @@ jobs:
|
||||
# Set a consistent hostname so we can run tests that depend on it
|
||||
sudo hostname ghaction-runner-hostname
|
||||
- name: MacOS Setup
|
||||
if: ${{ matrix.os == 'macos-latest'}}
|
||||
if: ${{ matrix.os == 'macos-latest' || matrix.os == 'macos-14' }}
|
||||
run: |
|
||||
|
||||
# Install our dependencies
|
||||
@ -44,7 +44,7 @@ jobs:
|
||||
# Set a consistent hostname so we can run tests that depend on it
|
||||
sudo scutil --set HostName ghaction-runner-hostname
|
||||
- name: MacOS Docker Setup
|
||||
if: ${{ matrix.os == 'macos-latest'}}
|
||||
if: ${{ matrix.os == 'macos-latest' || matrix.os == 'macos-14'}}
|
||||
continue-on-error: true
|
||||
run: |
|
||||
# Install docker so it can be used for datadog
|
||||
|
Loading…
Reference in New Issue
Block a user