Skip to content

Commit

Permalink
Merge pull request #195 from manicmaniac/renovate/ubuntu-22.x
Browse files Browse the repository at this point in the history
Update dependency ubuntu to v22
  • Loading branch information
manicmaniac authored Jan 8, 2024
2 parents 80da6c5 + 9f4540a commit 9dd0956
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 9dd0956

Please sign in to comment.