mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-04-18 11:30:31 +02:00
Compare commits
No commits in common. "0ee58e2d4d675ff57fd20ba503dbea4ecc8bd117" and "7bf589c0888a660e224baf9df310b5057703671e" have entirely different histories.
0ee58e2d4d
...
7bf589c088
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -12,7 +12,7 @@ on:
|
||||
jobs:
|
||||
base:
|
||||
name: base
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: checkout code
|
||||
uses: actions/checkout@v4
|
||||
@ -55,7 +55,7 @@ jobs:
|
||||
image:
|
||||
name: ${{ matrix.arch_name.image }}
|
||||
needs: base
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
OCI_EXE: docker
|
||||
strategy:
|
||||
|
Loading…
x
Reference in New Issue
Block a user