Skip to content

Commit

Permalink
CI: Use ubuntu-latest and actions/checkout@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Maschell authored and fincs committed Feb 17, 2023
1 parent 1f03c2f commit a62043a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a62043a

Please sign in to comment.