Skip to content

Commit

Permalink
[CI] Use latest action runner images
Browse files Browse the repository at this point in the history
  • Loading branch information
WinterSnowfall committed Nov 10, 2024
1 parent 847a581 commit b3b7566
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request, workflow_dispatch]

jobs:
artifacts-mingw-w64:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

steps:
- name: Checkout code
Expand Down Expand Up @@ -35,7 +35,7 @@ jobs:
if-no-files-found: error

artifacts-steamrt-sniper:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
container: registry.gitlab.steamos.cloud/steamrt/sniper/sdk:beta

steps:
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
if-no-files-found: error

merge-artifacts:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
needs: [artifacts-mingw-w64, artifacts-steamrt-sniper]
steps:
- name: Get version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request, workflow_dispatch]

jobs:
build-set-windows:
runs-on: windows-2022
runs-on: windows-latest

steps:
- name: Checkout code
Expand Down

0 comments on commit b3b7566

Please sign in to comment.