about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorJake Goulding <jake.goulding@gmail.com>2024-01-30 14:24:32 -0500
committerJake Goulding <jake.goulding@gmail.com>2024-02-04 13:52:05 -0500
commitc2573c7574027bf9c939fd7eda6ea3815df23e62 (patch)
tree035d18cf2ae295bce1f10cdc5bb64ebd8994e9e8 /src
parentf47cb984b6266555a17c91f727f44a76f60fa17c (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.yml2
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