Skip to content

Commit b601e80

Browse files
committed
ci: Use ubuntu-latest instead of 20.04
1 parent aeaf1d0 commit b601e80

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,14 @@ jobs:
7171
artifacts: ${{ github.workspace }}/artifacts
7272
strategy:
7373
matrix:
74-
os: [windows-latest, ubuntu-20.04, macos-latest]
74+
os: [windows-latest, ubuntu-latest, macos-latest]
7575
fail-fast: false
7676

7777
steps:
7878
- uses: actions/checkout@v3
7979

8080
- name: Install Snap7 Linux
81-
if: ${{ matrix.os == 'ubuntu-20.04' }}
81+
if: ${{ matrix.os == 'ubuntu-latest' }}
8282
run: |
8383
sudo add-apt-repository ppa:gijzelaar/snap7 -y
8484
sudo apt-get update

0 commit comments

Comments
 (0)