Skip to content

Commit

Permalink
Reverting the macos runner back to macos-13 so it will be x86; need t…
Browse files Browse the repository at this point in the history
…o figure out how to handle the M1
  • Loading branch information
andrewdavidsmith committed Apr 7, 2024
1 parent 32b36e0 commit 1ae5620
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos-builds.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Abismal builds on macOS
name: Abismal builds on macOS (x86)

on:
workflow_dispatch:
Expand All @@ -9,7 +9,7 @@ on:

jobs:
build:
runs-on: macos-14
runs-on: macos-13
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 1ae5620

Please sign in to comment.