Skip to content

Commit

Permalink
Revert "switch to m1 mac CI builds"
Browse files Browse the repository at this point in the history
This reverts commit 8a1bd28.
  • Loading branch information
Geo25rey committed Apr 27, 2024
1 parent 8a1bd28 commit 8433eaa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
docker:
runs-on: macos-latest
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -31,6 +31,8 @@ jobs:
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=sha
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to Docker Hub
Expand Down

0 comments on commit 8433eaa

Please sign in to comment.