diff options
| author | Jake Goulding <jake.goulding@gmail.com> | 2024-01-30 14:24:32 -0500 |
|---|---|---|
| committer | Jake Goulding <jake.goulding@gmail.com> | 2024-02-04 13:52:05 -0500 |
| commit | c2573c7574027bf9c939fd7eda6ea3815df23e62 (patch) | |
| tree | 035d18cf2ae295bce1f10cdc5bb64ebd8994e9e8 /src | |
| parent | f47cb984b6266555a17c91f727f44a76f60fa17c (diff) | |
Use new publicly-available M1 runners
https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source/
Diffstat (limited to 'src')
| -rw-r--r-- | src/ci/github-actions/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml index 7ebf65a3184..43e48c01176 100644 --- a/src/ci/github-actions/ci.yml +++ b/src/ci/github-actions/ci.yml @@ -93,7 +93,7 @@ x--expand-yaml-anchors--remove: <<: *base-job - &job-macos-m1 - os: macos-13-xlarge + os: macos-14 <<: *base-job - &job-windows-8c |
