Skip to content

Commit

Permalink
bump to 22.04 (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
ringabout authored Feb 3, 2025
1 parent f8ae932 commit b5233a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nightlies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
setup:
name: 'build settings'
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
outputs:
settings: ${{ steps.settings.outputs.settings }}
deploy: ${{ steps.settings.outputs.deploy }}
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
matrix:
setting: ${{ fromJson(needs.setup.outputs.settings) }}
name: 'source (${{ matrix.setting.branch }}, ${{ matrix.setting.commit }})'
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
env: ${{ matrix.setting.environment }}
steps:
- name: Checkout nightlies
Expand Down Expand Up @@ -329,7 +329,7 @@ jobs:
include:
- target:
os: linux
builder: ubuntu-20.04
builder: ubuntu-22.04
- target:
os: macosx
builder: macos-13
Expand Down Expand Up @@ -448,7 +448,7 @@ jobs:

if: needs.setup.outputs.deploy == 'true'
name: 'Update latest tags for ${{ matrix.setting.release }}'
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Store build settings
shell: bash
Expand Down

0 comments on commit b5233a8

Please sign in to comment.