summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2024-02-03 15:28:02 -0500
committerGitHub <noreply@github.com>2024-02-03 15:28:02 -0500
commit8c7040e03a1cabf4b9dffad7c99633819e50ea5b (patch)
tree28fbc7e9fb57df7415858b1b04373f20b84901b7 /.github
parentf090d34d559824b8ce11b5f4c4c55ac1e82a7ef3 (diff)
downloadbfs-8c7040e03a1cabf4b9dffad7c99633819e50ea5b.tar.xz
ci/macos: Try the new M1 runner
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 5ca0a75..6276627 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -45,7 +45,7 @@ jobs:
macos:
name: macOS
- runs-on: macos-13
+ runs-on: macos-14
steps:
- uses: actions/checkout@v4