Skip to content

Commit

Permalink
back to ub22
Browse files Browse the repository at this point in the history
  • Loading branch information
partouf authored Nov 3, 2022
1 parent 60c8f81 commit 965a4cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ env:
jobs:
clang_check:
name: 01 - Code Format Check
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:

linux_build:
name: 02 - Linux
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: true
matrix:
Expand Down Expand Up @@ -347,7 +347,7 @@ jobs:

make-release:
name: 03 - Create and upload release
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
needs: [macos_build, linux_build, windows_build]
defaults:
Expand Down

0 comments on commit 965a4cf

Please sign in to comment.