Skip to content

Commit

Permalink
Run CI against macos-14 M1 runner (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick authored Jan 30, 2024
1 parent 9ad489b commit fd309bb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
matrix:
os:
- ubuntu-latest
- macos-13
- macos-14 # M1 - https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source/
- macos-13 # Intel(Maybe)
- windows-latest
runs-on: ${{ matrix.os }}
steps:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ci-home.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
matrix:
os:
- ubuntu-22.04
- macos-13
- macos-14 # M1 - https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source/
- macos-13 # Intel(Maybe)

runs-on: ${{ matrix.os }}
steps:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ci-nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
matrix:
os:
- ubuntu-latest
- macos-13
- macos-14 # M1 - https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source/
- macos-13 # Intel(Maybe)
runs-on: ${{ matrix.os }}
timeout-minutes: 30
steps:
Expand Down

0 comments on commit fd309bb

Please sign in to comment.