Skip to content

Commit

Permalink
revert: macos runner
Browse files Browse the repository at this point in the history
  • Loading branch information
0PandaDEV committed Nov 12, 2024
1 parent 14389bb commit 128bd48
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,34 +18,17 @@ env:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
GITHUB_IMAGE_NAME: ${{ github.repository_owner }}/backend
GITHUB_REGISTRY: ghcr.io
CARGO_TERM_COLOR: always

jobs:
build-and-push:
permissions:
contents: read
packages: write
runs-on: macos-latest
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Cache Rust dependencies
uses: actions/cache@v3
with:
path: |
~/.cargo/registry
~/.cargo/git
target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
restore-keys: |
${{ runner.os }}-cargo-
- name: Install Docker
run: |
brew install docker
colima start
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

Expand Down

0 comments on commit 128bd48

Please sign in to comment.