diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2023-01-17 11:38:30 +0100 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2023-01-17 11:40:27 +0100 |
commit | 55c37a7c21ec98fdbfcb8e8fc2b1bb7e6c1f99a7 (patch) | |
tree | 5eb3e1f348af9d803012dad9a4534d1e9caf1b23 | |
parent | d3fa73ecadfefaee57a196d404a8b687d389027e (diff) | |
download | OFQT-55c37a7c21ec98fdbfcb8e8fc2b1bb7e6c1f99a7.tar.gz OFQT-55c37a7c21ec98fdbfcb8e8fc2b1bb7e6c1f99a7.zip |
fix ci
-rw-r--r-- | .github/workflows/build.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2dea411..a5dc057 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,10 +15,10 @@ on: jobs: build-linux: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install dependencies run: | @@ -36,10 +36,10 @@ jobs: run: cmake --build build build-windows: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install dependencies run: | |