Skip to content

Commit

Permalink
Merge pull request #1052 from ZeLonewolf/zlw-macos-runner
Browse files Browse the repository at this point in the history
Force MacOS CI runner to x86_64
  • Loading branch information
ZeLonewolf authored Apr 30, 2024
2 parents c6a4810 + dae1738 commit 16352eb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Test Build (MacOS)
name: Test Build (MacOS 13)

on:
pull_request:
branches: [main]

jobs:
build:
runs-on: macos-latest
runs-on: macos-13
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
Expand Down

0 comments on commit 16352eb

Please sign in to comment.