Skip to content

Commit

Permalink
ci: adm -> amd
Browse files Browse the repository at this point in the history
  • Loading branch information
DjLeChuck committed May 30, 2024
1 parent b595015 commit ae726d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build: [
{ name: toggl-redmine, platform: linux/amd64, os: ubuntu-latest },
{ name: toggl-redmine, platform: darwin/arm64, os: macos-latest },
{ name: toggl-redmine, platform: darwin/adm64, os: macos-latest }
{ name: toggl-redmine, platform: darwin/amd64, os: macos-latest }
]
runs-on: ${{ matrix.build.os }}
steps:
Expand Down

0 comments on commit ae726d6

Please sign in to comment.