Skip to content

Commit

Permalink
Use macos-12 on GitHub for now until we evaluate a switch from x86_64…
Browse files Browse the repository at this point in the history
…-apple-darwin to aarch64-apple-darwin
  • Loading branch information
mtkennerly committed Apr 24, 2024
1 parent c028fc3 commit 884690b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ jobs:
rust-target: x86_64-unknown-linux-gnu
artifact-name: linux
artifact-file: ludusavi
- os: macos-latest
- os: macos-12
rust-target: x86_64-apple-darwin
artifact-name: mac
artifact-file: ludusavi
runs-on: ${{ matrix.os }}
steps:
- uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.7'
- uses: actions/checkout@v4
with:
fetch-depth: 0
Expand Down

0 comments on commit 884690b

Please sign in to comment.