diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-02-03 15:28:02 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-03 15:28:02 -0500 |
commit | 8c7040e03a1cabf4b9dffad7c99633819e50ea5b (patch) | |
tree | 28fbc7e9fb57df7415858b1b04373f20b84901b7 | |
parent | f090d34d559824b8ce11b5f4c4c55ac1e82a7ef3 (diff) | |
download | bfs-8c7040e03a1cabf4b9dffad7c99633819e50ea5b.tar.xz |
ci/macos: Try the new M1 runner
-rw-r--r-- | .github/workflows/ci.yml | 2 |
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 |