diff --git a/.github/workflows/create-artifact-linux.yml b/.github/workflows/create-artifact-linux.yml index ea9bc810..71e36fc4 100644 --- a/.github/workflows/create-artifact-linux.yml +++ b/.github/workflows/create-artifact-linux.yml @@ -5,7 +5,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Check out Git repository uses: actions/checkout@v4