Skip to content

Commit

Permalink
revert back to ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
jeankhawand committed Aug 7, 2024
1 parent 7dca8fd commit 712fd38
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,13 @@ on:
type: string
jobs:
build:
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- macos-14
architecture:
- ${{ matrix.os == 'ubuntu-latest' && 'amd64' || matrix.os == 'macos-latest' && 'arm64' }}
platform:
- linux/amd64
- linux/arm64
steps:
- name: Prepare
run: |
Expand Down

0 comments on commit 712fd38

Please sign in to comment.