commit | d2629a331598b8eef66363829c099d119067c146 | [log] [tgz] |
---|---|---|
author | Seth Hoenig <shoenig@duck.com> | Mon Oct 02 14:39:54 2023 -0500 |
committer | Seth Hoenig <shoenig@duck.com> | Mon Oct 02 14:39:54 2023 -0500 |
tree | 124f96710f3f83dfca170789228baf86f0eb8591 | |
parent | ba9f45e9ebc11f1f8e2d5ff21368179ef1dd07af [diff] |
ci: add macos-13-xlarge runs-on target GitHub has added runners backed by Apple Silicon https://github.blog/2023-10-02-introducing-the-new-apple-silicon-powered-m1-macos-larger-runner-for-github-actions/
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 933e3a2..ed08c64 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml
@@ -18,8 +18,8 @@ fail-fast: false matrix: os: - - macos-11 - macos-12 + - macos-13-xlarge - ubuntu-22.04 runs-on: ${{matrix.os}} steps: