Skip to content

Commit

Permalink
Update dependency ubuntu to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 9, 2023
1 parent 36720e3 commit 041156c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
name: coverages
path: codeclimate-xcode-${{ matrix.xcode }}.json
test-scripts:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
env:
DOCTEST: 1
steps:
Expand All @@ -72,7 +72,7 @@ jobs:
- run: ./Scripts/update-xcode
- run: ./Scripts/xml2c
upload-coverage:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs:
- test
- test-scripts
Expand All @@ -89,7 +89,7 @@ jobs:
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
lint:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
defaults:
run:
shell: bash
Expand Down

0 comments on commit 041156c

Please sign in to comment.