Update artifact_linux.yml

This commit is contained in:
Ian Craggs 2023-10-19 13:01:59 +01:00 committed by GitHub
parent 1fa37e14e6
commit 1b431761e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ on: [workflow_dispatch]
jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2