We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeaf1d0 commit b601e80Copy full SHA for b601e80
1 file changed
.github/workflows/dotnet.yml
@@ -71,14 +71,14 @@ jobs:
71
artifacts: ${{ github.workspace }}/artifacts
72
strategy:
73
matrix:
74
- os: [windows-latest, ubuntu-20.04, macos-latest]
+ os: [windows-latest, ubuntu-latest, macos-latest]
75
fail-fast: false
76
77
steps:
78
- uses: actions/checkout@v3
79
80
- name: Install Snap7 Linux
81
- if: ${{ matrix.os == 'ubuntu-20.04' }}
+ if: ${{ matrix.os == 'ubuntu-latest' }}
82
run: |
83
sudo add-apt-repository ppa:gijzelaar/snap7 -y
84
sudo apt-get update
0 commit comments