Skip to content

Commit

Permalink
ci: latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi committed Dec 17, 2023
1 parent e26bf4a commit be63258
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ jobs:
use-cross: false
- target: x86_64-unknown-linux-musl
use-cross: false
- os: macos-12
- os: macos-latest
target: aarch64-apple-darwin
- os: macos-12
- os: macos-latest
target: x86_64-apple-darwin
- os: windows-2022
- os: windows-latest
target: x86_64-pc-windows-msvc
- os: windows-2022
- os: windows-latest
target: x86_64-pc-windows-gnu
runs-on: ${{ matrix.os || 'ubuntu-22.04'}}
runs-on: ${{ matrix.os || 'ubuntu-latest'}}
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_REPO: ${{ github.repository }}
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
needs: build
permissions:
packages: write
runs-on: 'ubuntu-22.04'
runs-on: 'ubuntu-latest'
outputs:
image_tags: ${{ steps.meta.outputs.tags }}
env:
Expand Down

0 comments on commit be63258

Please sign in to comment.