mirror of
https://github.com/devkitPro/wut.git
synced 2026-04-24 23:46:56 -05:00
CI: Use ubuntu-latest and actions/checkout@v3
This commit is contained in:
parent
1f03c2fb73
commit
a62043a04e
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -4,12 +4,12 @@ on: [push, pull_request]
|
|||
|
||||
jobs:
|
||||
build:
|
||||
name: ubuntu-18.04
|
||||
runs-on: ubuntu-18.04
|
||||
name: ubuntu-latest
|
||||
runs-on: ubuntu-latest
|
||||
container: devkitpro/devkitppc:latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: true
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user