diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 17dd744..d8b0ed9 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -21,7 +21,7 @@ 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 @@ -29,7 +29,7 @@ jobs: steps: - uses: actions/setup-python@v5 with: - python-version: '3.10' + python-version: '3.7' - uses: actions/checkout@v4 with: fetch-depth: 0