Skip to content

Commit

Permalink
Upgrade github-runner to ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilmore10 committed Jan 30, 2025
1 parent 4324a06 commit 8472bd6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/matlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ permissions:
jobs:

ubuntu:
name: AMD64 Ubuntu 20.04 MATLAB
name: AMD64 Ubuntu 22.04 MATLAB
# Explicitly pin the Ubuntu version to 20.04 for the time being because:
#
# 1. The version of GLIBCXX shipped with Ubuntu 22.04 is not binary compatible
Expand All @@ -63,7 +63,7 @@ jobs:
# Using Ubuntu 20.04 eases development workflows for these community members.
#
# In the future, we can investigate adding support for building against more Linux (e.g. `ubuntu-22.04`) and MATLAB versions (e.g. R2023b).
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
if: ${{ !contains(github.event.pull_request.title, 'WIP') }}
steps:
- name: Check out repository
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
runs-on: windows-2022
if: ${{ !contains(github.event.pull_request.title, 'WIP') }}
steps:
- name: Check out repository
- name: Check out repository
uses: actions/checkout@v4
with:
fetch-depth: 0
Expand Down

0 comments on commit 8472bd6

Please sign in to comment.