Skip to content

Commit

Permalink
fix: typo on macos-latest runner
Browse files Browse the repository at this point in the history
  • Loading branch information
raimundo-henriques committed Sep 3, 2024
1 parent 5996160 commit 5bfaab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/act-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
-u ${{secrets.ACT_USER}} \
-p ${{secrets.ACT_PASSWORD}}
mac_amd64_test:
runs-on: max-latest
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Run ACT (test)
Expand Down

0 comments on commit 5bfaab3

Please sign in to comment.