Skip to content

Commit

Permalink
Try older version
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownShadow200 committed Nov 29, 2024
1 parent 1c35b0c commit 243d567
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_mac32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
container:
image: ghcr.io/classicube/minimal-osxcross:latest
credentials:
username: UnknownShadow200
password: ${{ secrets.GHCR_ACCESS_KEY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4
- name: Compile 32 bit macOS builds
Expand Down

0 comments on commit 243d567

Please sign in to comment.