diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bd32dd5..ad73fc3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,10 +9,10 @@ on: jobs: build-binary: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 - name: Build artifacts @@ -30,4 +30,4 @@ jobs: with: name: SaveMii-HBL path: savemii.rpx - if-no-files-found: warn \ No newline at end of file + if-no-files-found: warn